changeset 5860:9b654590fbcf find-refactoring tip

re-enable IntegratedFind for SQLite
author Alain Mazy <am@orthanc.team>
date Tue, 05 Nov 2024 15:28:41 +0100
parents 66fd63b8601e
children
files OrthancServer/Sources/Database/SQLiteDatabaseWrapper.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/SQLiteDatabaseWrapper.h	Mon Nov 04 22:34:14 2024 +0100
+++ b/OrthancServer/Sources/Database/SQLiteDatabaseWrapper.h	Tue Nov 05 15:28:41 2024 +0100
@@ -102,8 +102,8 @@
 
     virtual bool HasIntegratedFind() const ORTHANC_OVERRIDE
     {
-      //return true;   // => This uses specialized SQL commands
-      return false;   // => This uses Compatibility/GenericFind
+      return true;   // => This uses specialized SQL commands
+      //return false;   // => This uses Compatibility/GenericFind
     }
 
     /**