log Framework/Plugins/IndexBackend.cpp @ 306:544e0c943b40

age author description
Mon, 12 Jul 2021 12:03:33 +0200 Sebastien Jodogne added transact-sql dialect for LIMIT and OFFSET
Fri, 09 Jul 2021 17:23:24 +0200 Sebastien Jodogne GenericFormatter::GetDialect()
Fri, 09 Jul 2021 16:25:08 +0200 Sebastien Jodogne in GenericFormatter, replaced ${} by ${AUTOINCREMENT}
Thu, 08 Jul 2021 18:28:47 +0200 Sebastien Jodogne added unit test
Thu, 22 Apr 2021 17:22:26 +0200 Sebastien Jodogne improved log message OrthancPostgreSQL-4.0
Thu, 22 Apr 2021 10:41:29 +0200 Sebastien Jodogne backward compatibility with Orthanc SDK 0.9.5
Tue, 20 Apr 2021 17:41:44 +0200 Sebastien Jodogne Store revisions for metadata and attachments in PostgreSQL
Tue, 20 Apr 2021 16:14:04 +0200 Sebastien Jodogne improved log
Tue, 20 Apr 2021 15:08:09 +0200 Sebastien Jodogne fix mysql and postgresql builds
Tue, 20 Apr 2021 14:46:42 +0200 Sebastien Jodogne adding support for revisions in attachments
Mon, 19 Apr 2021 18:47:50 +0200 Sebastien Jodogne implementing interface for revisions in attachments
Fri, 16 Apr 2021 17:13:33 +0200 Sebastien Jodogne handling of revisions in metadata
Wed, 14 Apr 2021 17:57:08 +0200 Sebastien Jodogne reintroduction of IDatabaseFactory into DatabaseManager
Wed, 14 Apr 2021 15:08:51 +0200 Sebastien Jodogne new configuration option: "IndexConnectionsCount"
Wed, 14 Apr 2021 10:07:14 +0200 Sebastien Jodogne better performance warnings
Thu, 08 Apr 2021 20:30:15 +0200 Sebastien Jodogne fix IndexBackend::SetGlobalProperty(), lighten GlobalProperty enum
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
Tue, 06 Apr 2021 12:50:06 +0200 Sebastien Jodogne reorganization in DatabaseBackendAdapterV3
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
Thu, 01 Apr 2021 11:16:13 +0200 Sebastien Jodogne refactoring registration/finalization of index backend
Tue, 30 Mar 2021 10:40:34 +0200 Sebastien Jodogne implementation of the "serverIdentifier" information for global properties
Mon, 29 Mar 2021 16:39:20 +0200 Sebastien Jodogne use read-only, explicit transaction in IndexBackend::GetDatabaseVersion()
Mon, 29 Mar 2021 14:52:55 +0200 Sebastien Jodogne removed useless class StorageAreaBuffer
Wed, 24 Mar 2021 15:59:23 +0100 Sebastien Jodogne added IndexBackend::Register() to be used in all the index plugins
Mon, 22 Mar 2021 19:36:43 +0100 Sebastien Jodogne all the integration tests pass on SQLite
Fri, 19 Mar 2021 17:01:38 +0100 Sebastien Jodogne cont
Thu, 18 Mar 2021 18:15:34 +0100 Sebastien Jodogne moving classes out of OrthancPlugins namespace, to OrthancDatabases