# HG changeset patch # User Sebastien Jodogne # Date 1706689591 -3600 # Node ID d82cc7c9720abc6f8fb7a22d0202e964ec4243bd # Parent dd430a1b21fedaa03a995bb1801099663e686bc0 comment diff -r dd430a1b21fe -r d82cc7c9720a OrthancServer/Sources/Database/StatelessDatabaseOperations.cpp --- a/OrthancServer/Sources/Database/StatelessDatabaseOperations.cpp Tue Jan 30 09:41:06 2024 +0100 +++ b/OrthancServer/Sources/Database/StatelessDatabaseOperations.cpp Wed Jan 31 09:26:31 2024 +0100 @@ -1109,7 +1109,7 @@ /* out */ uint64_t& countSeries, /* out */ uint64_t& countInstances) { - // new code that updates and gets all statistics. + // Code introduced in Orthanc 1.12.3 that updates and gets all statistics. // I.e, PostgreSQL now store "changes" to apply to the statistics to prevent row locking // of the GlobalIntegers table while multiple clients are inserting/deleting new resources. // Then, the statistics are updated when requested to make sure they are correct. @@ -1155,7 +1155,7 @@ } }; - // legacy oprations that reads each entry individualy + // Compatibility with Orthanc SDK <= 1.12.2 that reads each entry individualy class LegacyOperations : public ReadOnlyOperationsT6 { public: