comparison OrthancServer/Sources/Database/SQLiteDatabaseWrapper.cpp @ 5593:862b54b4cfe2 find-refactoring

implemented the default multi-stage find/expand
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 04 May 2024 11:35:34 +0200
parents 1e2631b8b9af
children 3f13db27b399
comparison
equal deleted inserted replaced
5592:1e2631b8b9af 5593:862b54b4cfe2
1138 target.insert(s.ColumnString(0)); 1138 target.insert(s.ColumnString(0));
1139 } 1139 }
1140 } 1140 }
1141 1141
1142 1142
1143 #if 0
1144 // TODO-FIND: Remove this implementation, as it should be done by
1145 // the compatibility mode implemented by "GenericFind"
1146
1143 virtual void ExecuteFind(FindResponse& response, 1147 virtual void ExecuteFind(FindResponse& response,
1144 const FindRequest& request, 1148 const FindRequest& request,
1145 const std::vector<DatabaseConstraint>& normalized) ORTHANC_OVERRIDE 1149 const std::vector<DatabaseConstraint>& normalized) ORTHANC_OVERRIDE
1146 { 1150 {
1147 #if 0 1151 #if 0
1299 1303
1300 } 1304 }
1301 1305
1302 #endif 1306 #endif
1303 } 1307 }
1308 #endif
1309
1304 }; 1310 };
1305 1311
1306 1312
1307 class SQLiteDatabaseWrapper::SignalFileDeleted : public SQLite::IScalarFunction 1313 class SQLiteDatabaseWrapper::SignalFileDeleted : public SQLite::IScalarFunction
1308 { 1314 {