log PostgreSQL/UnitTests/PostgreSQLTests.cpp @ 359:16aac0287485

age author description
Mon, 21 Feb 2022 09:32:46 +0100 Sebastien Jodogne copyright upgraded to 2022
Tue, 20 Apr 2021 17:41:44 +0200 Sebastien Jodogne Store revisions for metadata and attachments in PostgreSQL
Wed, 14 Apr 2021 17:57:08 +0200 Sebastien Jodogne reintroduction of IDatabaseFactory into DatabaseManager
Wed, 14 Apr 2021 09:46:44 +0200 Sebastien Jodogne PostgreSQL: Support of range reads from the storage area
Wed, 14 Apr 2021 08:42:31 +0200 Sebastien Jodogne turning ResultFileValue into a base class, and implement its primitives for PostgreSQL
Tue, 13 Apr 2021 17:00:02 +0200 Sebastien Jodogne MySQL: Support of range reads for the storage area
Thu, 08 Apr 2021 19:09:04 +0200 Sebastien Jodogne refactoring to remove GlobalProperties.cpp
Tue, 06 Apr 2021 11:17:00 +0200 Sebastien Jodogne refactored StorageBackend by introducing an accessor class
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
Mon, 29 Mar 2021 14:52:55 +0200 Sebastien Jodogne removed useless class StorageAreaBuffer
Fri, 26 Mar 2021 17:47:56 +0100 Sebastien Jodogne TransactionType given to PostgreSQLTransaction constructor
Fri, 26 Mar 2021 17:32:29 +0100 Sebastien Jodogne added TransactionType_Implicit
Thu, 25 Mar 2021 13:56:26 +0100 Sebastien Jodogne removed useless information about read-only in ITransaction and IPrecompiledStatement
Fri, 19 Mar 2021 15:11:45 +0100 Sebastien Jodogne wrapping transactions in API v3
Thu, 18 Mar 2021 16:51:51 +0100 Sebastien Jodogne create IDatabaseBackendOutput only if needed
Fri, 08 Jan 2021 18:54:20 +0100 Sebastien Jodogne Support of "OrthancPluginRegisterStorageArea2()" from Orthanc SDK 1.9.0
Fri, 08 Jan 2021 14:40:03 +0100 Sebastien Jodogne refactoring using new class StorageAreaBuffer
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
Fri, 31 Jan 2020 17:24:29 +0100 Sebastien Jodogne upgrade to year 2020
Wed, 08 May 2019 20:21:13 +0200 Sebastien Jodogne Added an advisory lock to avoid race conditions during database setup
Mon, 21 Jan 2019 14:27:40 +0100 Sebastien Jodogne fix unit test db-changes
Sun, 06 Jan 2019 12:48:18 +0100 Sebastien Jodogne renamed macro db-changes
Fri, 04 Jan 2019 17:24:30 +0100 Sebastien Jodogne rename db-changes
Fri, 04 Jan 2019 17:06:34 +0100 Sebastien Jodogne fix compatibility with older sdk db-changes
Fri, 04 Jan 2019 13:51:52 +0100 Sebastien Jodogne new extension implemented for PostgreSQL: CreateInstance db-changes
Mon, 24 Dec 2018 13:35:26 +0100 Sebastien Jodogne preparing for 2019
Thu, 12 Jul 2018 10:44:17 +0200 Sebastien Jodogne handling of implicit transactions in DatabaseManager
Mon, 09 Jul 2018 20:28:27 +0200 Sebastien Jodogne PostgreSQLStorageArea working
Thu, 05 Jul 2018 17:12:12 +0200 jodogne fix postgresql for msvc
Wed, 04 Jul 2018 08:16:29 +0200 Sebastien Jodogne initial commit