comparison 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
comparison
equal deleted inserted replaced
398:8dedfd982b83 399:19bd3ee1f0b3
60 virtual int64_t GetLastChangeIndex(DatabaseManager& manager) ORTHANC_OVERRIDE; 60 virtual int64_t GetLastChangeIndex(DatabaseManager& manager) ORTHANC_OVERRIDE;
61 61
62 // New primitive since Orthanc 1.12.0 62 // New primitive since Orthanc 1.12.0
63 virtual bool HasLabelsSupport() const ORTHANC_OVERRIDE 63 virtual bool HasLabelsSupport() const ORTHANC_OVERRIDE
64 { 64 {
65 return false; 65 return true;
66 } 66 }
67 }; 67 };
68 } 68 }