diff SQLite/Plugins/SQLiteIndex.h @ 391:d14e6ff04a5c db-protobuf

added primitives to handle labels
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Apr 2023 12:09:46 +0200
parents 3d6886f3e5b3
children 19bd3ee1f0b3
line wrap: on
line diff
--- a/SQLite/Plugins/SQLiteIndex.h	Wed Apr 05 11:18:08 2023 +0200
+++ b/SQLite/Plugins/SQLiteIndex.h	Wed Apr 05 12:09:46 2023 +0200
@@ -58,5 +58,11 @@
 
     // New primitive since Orthanc 1.5.2
     virtual int64_t GetLastChangeIndex(DatabaseManager& manager) ORTHANC_OVERRIDE;
+
+    // New primitive since Orthanc 1.12.0
+    virtual bool HasLabelsSupport() const ORTHANC_OVERRIDE
+    {
+      return false;
+    }
   };
 }