log MySQL/Plugins/MySQLIndex.cpp @ 366:cd9521e04249 attach-custom-data

age author description
Thu, 15 Sep 2022 18:12:34 +0200 Alain Mazy DatabaseBackendAdapterV4: added support for customData + revision when not already done attach-custom-data
Mon, 21 Feb 2022 09:32:46 +0100 Sebastien Jodogne copyright upgraded to 2022
Tue, 20 Jul 2021 08:32:28 +0200 Sebastien Jodogne cppcheck
Mon, 12 Jul 2021 16:53:28 +0200 Sebastien Jodogne MySQL: Added missing calls to OrthancPluginDatabaseSignalDeletedResource()
Mon, 12 Jul 2021 09:40:01 +0200 Sebastien Jodogne added Dictionary::Clear()
Fri, 09 Jul 2021 16:25:08 +0200 Sebastien Jodogne in GenericFormatter, replaced ${} by ${AUTOINCREMENT}
Wed, 30 Jun 2021 08:23:27 +0200 Sebastien Jodogne cppcheck
Wed, 30 Jun 2021 08:19:52 +0200 Sebastien Jodogne Fix serialization of large jobs
Tue, 20 Apr 2021 15:08:09 +0200 Sebastien Jodogne fix mysql and postgresql builds
Wed, 14 Apr 2021 17:57:08 +0200 Sebastien Jodogne reintroduction of IDatabaseFactory into DatabaseManager
Wed, 14 Apr 2021 13:33:48 +0200 Sebastien Jodogne cppcheck
Tue, 13 Apr 2021 12:07:30 +0200 Sebastien Jodogne simplification of class DatabaseManager::Transaction
Thu, 08 Apr 2021 19:33:36 +0200 Sebastien Jodogne new table: "ServerProperties"
Thu, 08 Apr 2021 19:09:04 +0200 Sebastien Jodogne refactoring to remove GlobalProperties.cpp
Thu, 08 Apr 2021 10:50:01 +0200 Sebastien Jodogne PostgreSQL index plugin handles retries for collisions between multiple writers
Fri, 02 Apr 2021 19:23:36 +0200 Sebastien Jodogne DatabaseManager doesn't IDatabaseFactory anymore
Thu, 01 Apr 2021 19:18:19 +0200 Sebastien Jodogne removed DatabaseManager member out of class IndexBackend
Tue, 30 Mar 2021 10:40:34 +0200 Sebastien Jodogne implementation of the "serverIdentifier" information for global properties
Fri, 26 Mar 2021 18:02:34 +0100 Sebastien Jodogne TransactionType given to MySQLTransaction constructor
Thu, 18 Mar 2021 18:15:34 +0100 Sebastien Jodogne moving classes out of OrthancPlugins namespace, to OrthancDatabases
Thu, 18 Mar 2021 16:51:51 +0100 Sebastien Jodogne create IDatabaseBackendOutput only if needed
Thu, 18 Mar 2021 14:52:06 +0100 Sebastien Jodogne refactoring
Wed, 06 Jan 2021 17:40:27 +0100 Sebastien Jodogne upgrade to year 2021
Mon, 06 Jul 2020 12:45:58 +0200 Sebastien Jodogne replacing deprecated std::auto_ptr by std::unique_ptr
Wed, 01 Jul 2020 08:54:32 +0200 Sebastien Jodogne sync
Thu, 12 Mar 2020 12:10:52 +0100 Sebastien Jodogne handling of errors if MySQL user cannot CREATE TRIGGER
Fri, 31 Jan 2020 17:24:29 +0100 Sebastien Jodogne upgrade to year 2020
Thu, 09 May 2019 11:29:17 +0200 Sebastien Jodogne MySQL: acquiring named locks instead of numbers
Wed, 08 May 2019 21:09:18 +0200 Sebastien Jodogne MySQL: Added an advisory lock to avoid race conditions during database setup
Wed, 23 Jan 2019 16:28:43 +0100 Sebastien Jodogne new extension implemented for MySQL: CreateInstance
Wed, 23 Jan 2019 15:14:30 +0100 Sebastien Jodogne MySQL: metadata can store larger values
Thu, 10 Jan 2019 20:39:36 +0100 Sebastien Jodogne new extension implemented for MySQL: GetLastChangeIndex db-changes
Thu, 10 Jan 2019 15:25:02 +0100 Sebastien Jodogne Fix serialization of jobs if many of them
Mon, 24 Dec 2018 13:35:26 +0100 Sebastien Jodogne preparing for 2019
Mon, 19 Nov 2018 15:06:08 +0100 Sebastien Jodogne allowing dollars and underscores in MySQL database identifiers
Wed, 18 Jul 2018 16:27:21 +0200 am fix
Thu, 12 Jul 2018 12:17:39 +0200 Sebastien Jodogne sharing plugin initialization code
Thu, 12 Jul 2018 10:44:17 +0200 Sebastien Jodogne handling of implicit transactions in DatabaseManager
Wed, 11 Jul 2018 14:39:59 +0200 Sebastien Jodogne prevent running unit tests on a non-existing db
Tue, 10 Jul 2018 10:10:35 +0200 Sebastien Jodogne mysql storage area working
Wed, 04 Jul 2018 08:16:29 +0200 Sebastien Jodogne initial commit