diff OrthancServer/Sources/Database/SQLiteDatabaseWrapper.h @ 5083:75e949689c08 attach-custom-data

PluginDatabaseV4 to handle customData
author Alain Mazy <am@osimis.io>
date Wed, 14 Sep 2022 17:11:45 +0200
parents 6eff25f70121
children 9770d537880d
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/SQLiteDatabaseWrapper.h	Wed Sep 14 17:11:05 2022 +0200
+++ b/OrthancServer/Sources/Database/SQLiteDatabaseWrapper.h	Wed Sep 14 17:11:45 2022 +0200
@@ -97,6 +97,10 @@
       return false;  // TODO - REVISIONS
     }
 
+    virtual bool HasAttachmentCustomDataSupport() const ORTHANC_OVERRIDE
+    {
+      return true;
+    }
 
     /**
      * The "StartTransaction()" method is guaranteed to return a class