comparison OrthancServer/Plugins/Engine/OrthancPluginDatabase.h @ 4603:c125bfd31023 db-changes

rename 1.10.0 as 1.9.2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 24 Mar 2021 15:30:06 +0100
parents cc64385593ef
children 5fabef29c4ff
comparison
equal deleted inserted replaced
4602:cfdd1f59ff6f 4603:c125bfd31023
44 44
45 namespace Orthanc 45 namespace Orthanc
46 { 46 {
47 /** 47 /**
48 * This class is for backward compatibility with database plugins 48 * This class is for backward compatibility with database plugins
49 * that don't use the primitives introduced in Orthanc 1.10.0 to 49 * that don't use the primitives introduced in Orthanc 1.9.2 to deal
50 * deal with concurrent read-only transactions. 50 * with concurrent read-only transactions.
51 * 51 *
52 * In Orthanc <= 1.9.1, Orthanc assumed that at most 1 single thread 52 * In Orthanc <= 1.9.1, Orthanc assumed that at most 1 single thread
53 * was accessing the database plugin at anytime, in order to match 53 * was accessing the database plugin at anytime, in order to match
54 * the SQLite model. Read-write accesses assumed the plugin to run 54 * the SQLite model. Read-write accesses assumed the plugin to run
55 * the SQL statement "START TRANSACTION SERIALIZABLE" so as to be 55 * the SQL statement "START TRANSACTION SERIALIZABLE" so as to be