diff PostgreSQL/Plugins/PostgreSQLIndex.h @ 396:7b3acfa95bd8 db-protobuf

implementation of list/add/remove labels in postgresql
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Apr 2023 19:00:29 +0200
parents d14e6ff04a5c
children 91124cc8a8c7
line wrap: on
line diff
--- a/PostgreSQL/Plugins/PostgreSQLIndex.h	Wed Apr 05 14:53:57 2023 +0200
+++ b/PostgreSQL/Plugins/PostgreSQLIndex.h	Thu Apr 06 19:00:29 2023 +0200
@@ -86,7 +86,7 @@
     // New primitive since Orthanc 1.12.0
     virtual bool HasLabelsSupport() const ORTHANC_OVERRIDE
     {
-      return false;
+      return true;
     }
   };
 }