diff SQLite/Plugins/SQLiteIndex.h @ 399:19bd3ee1f0b3 db-protobuf

support for labels in sqlite
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Apr 2023 15:28:47 +0200
parents d14e6ff04a5c
children 91124cc8a8c7
line wrap: on
line diff
--- a/SQLite/Plugins/SQLiteIndex.h	Thu Apr 06 19:09:51 2023 +0200
+++ b/SQLite/Plugins/SQLiteIndex.h	Fri Apr 07 15:28:47 2023 +0200
@@ -62,7 +62,7 @@
     // New primitive since Orthanc 1.12.0
     virtual bool HasLabelsSupport() const ORTHANC_OVERRIDE
     {
-      return false;
+      return true;
     }
   };
 }