diff SQLite/Plugins/SQLiteIndex.h @ 366:cd9521e04249 attach-custom-data

DatabaseBackendAdapterV4: added support for customData + revision when not already done
author Alain Mazy <am@osimis.io>
date Thu, 15 Sep 2022 18:12:34 +0200
parents 793bbbe11287
children
line wrap: on
line diff
--- a/SQLite/Plugins/SQLiteIndex.h	Tue Jul 05 08:44:26 2022 +0200
+++ b/SQLite/Plugins/SQLiteIndex.h	Thu Sep 15 18:12:34 2022 +0200
@@ -51,6 +51,11 @@
       return true;
     }
     
+    bool HasAttachmentCustomDataSupport() const ORTHANC_OVERRIDE
+    {
+      return true;
+    }
+
     virtual int64_t CreateResource(DatabaseManager& manager,
                                    const char* publicId,
                                    OrthancPluginResourceType type) ORTHANC_OVERRIDE;