changeset 5918:2c3f3f3da26d find-refactoring

re-enabled integrated-find in SQLite
author Alain Mazy <am@orthanc.team>
date Tue, 10 Dec 2024 10:28:15 +0100
parents 3d13bd97b281
children 0385c30d4ca2
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	Wed Dec 04 18:40:00 2024 +0100
+++ b/OrthancServer/Sources/Database/SQLiteDatabaseWrapper.h	Tue Dec 10 10:28:15 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
     }
 
     /**