comparison 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
comparison
equal deleted inserted replaced
365:7671fa7f099e 366:cd9521e04249
49 virtual bool HasRevisionsSupport() const ORTHANC_OVERRIDE 49 virtual bool HasRevisionsSupport() const ORTHANC_OVERRIDE
50 { 50 {
51 return true; 51 return true;
52 } 52 }
53 53
54 bool HasAttachmentCustomDataSupport() const ORTHANC_OVERRIDE
55 {
56 return true;
57 }
58
54 virtual int64_t CreateResource(DatabaseManager& manager, 59 virtual int64_t CreateResource(DatabaseManager& manager,
55 const char* publicId, 60 const char* publicId,
56 OrthancPluginResourceType type) ORTHANC_OVERRIDE; 61 OrthancPluginResourceType type) ORTHANC_OVERRIDE;
57 62
58 // New primitive since Orthanc 1.5.2 63 // New primitive since Orthanc 1.5.2