diff OrthancServer/Sources/Database/SQLiteDatabaseWrapper.h @ 5772:093a8693ba16 find-refactoring

replaced SetRetrieveOneInstanceIdentifier() by SetRetrieveOneInstanceMetadataAndAttachments()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Sep 2024 20:49:34 +0200
parents ca06dde85358
children f96abfe08946
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/SQLiteDatabaseWrapper.h	Wed Sep 11 16:31:11 2024 +0200
+++ b/OrthancServer/Sources/Database/SQLiteDatabaseWrapper.h	Wed Sep 11 20:49:34 2024 +0200
@@ -102,7 +102,8 @@
 
     virtual bool HasIntegratedFind() const ORTHANC_OVERRIDE
     {
-      return true;
+      //return true;   // => This uses optimized SQL commands
+      return false;   // => This uses Compatibility/GenericFind
     }
 
     /**