Mercurial > hg > orthanc-databases
comparison Framework/Plugins/IndexBackend.cpp @ 65:aa2e27f77cc8
todo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 21 Dec 2018 17:11:33 +0100 |
parents | d17b2631bb67 |
children | 714c5d2bee76 |
comparison
equal
deleted
inserted
replaced
64:e39c1ebb7a0e | 65:aa2e27f77cc8 |
---|---|
47 { | 47 { |
48 s[i] = '_'; | 48 s[i] = '_'; |
49 } | 49 } |
50 } | 50 } |
51 | 51 |
52 // TODO Escape underscores and percents | |
53 | |
52 return s; | 54 return s; |
53 } | 55 } |
54 | 56 |
55 | 57 |
56 int64_t IndexBackend::ReadInteger64(const DatabaseManager::CachedStatement& statement, | 58 int64_t IndexBackend::ReadInteger64(const DatabaseManager::CachedStatement& statement, |