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
|