comparison OrthancServer/Sources/ServerEnumerations.h @ 5084:9770d537880d attach-custom-data

added support for revision in SQLite + avoid upgrading DB version
author Alain Mazy <am@osimis.io>
date Thu, 15 Sep 2022 09:02:07 +0200
parents e95fadefeb72
children 8279eaab0d1d
comparison
equal deleted inserted replaced
5083:75e949689c08 5084:9770d537880d
123 GlobalProperty_DatabaseSchemaVersion = 1, // Unused in the Orthanc core as of Orthanc 0.9.5 123 GlobalProperty_DatabaseSchemaVersion = 1, // Unused in the Orthanc core as of Orthanc 0.9.5
124 GlobalProperty_FlushSleep = 2, // Unused in the Orthanc core if Orthanc > 1.9.1 124 GlobalProperty_FlushSleep = 2, // Unused in the Orthanc core if Orthanc > 1.9.1
125 GlobalProperty_AnonymizationSequence = 3, 125 GlobalProperty_AnonymizationSequence = 3,
126 GlobalProperty_JobsRegistry = 5, 126 GlobalProperty_JobsRegistry = 5,
127 GlobalProperty_GetTotalSizeIsFast = 6, // New in Orthanc 1.5.2 127 GlobalProperty_GetTotalSizeIsFast = 6, // New in Orthanc 1.5.2
128 GlobalProperty_SQLiteHasCustomDataAndRevision = 7, // New in Orthanc 1.12.0
128 GlobalProperty_Modalities = 20, // New in Orthanc 1.5.0 129 GlobalProperty_Modalities = 20, // New in Orthanc 1.5.0
129 GlobalProperty_Peers = 21, // New in Orthanc 1.5.0 130 GlobalProperty_Peers = 21, // New in Orthanc 1.5.0
130 131
131 // Reserved values for internal use by the database plugins 132 // Reserved values for internal use by the database plugins
132 GlobalProperty_DatabasePatchLevel = 4, 133 GlobalProperty_DatabasePatchLevel = 4,