log Framework/Common/DatabaseManager.cpp @ 305:87f0e29a1dc1

age author description
Mon, 12 Jul 2021 09:40:01 +0200 Sebastien Jodogne added Dictionary::Clear()
Thu, 01 Jul 2021 11:31:16 +0200 Sebastien Jodogne fix
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 15:33:57 +0200 Sebastien Jodogne fix crash if connection to server is lost
Tue, 13 Apr 2021 17:00:02 +0200 Sebastien Jodogne MySQL: Support of range reads for the storage area
Tue, 13 Apr 2021 12:07:30 +0200 Sebastien Jodogne simplification of class DatabaseManager::Transaction
Thu, 08 Apr 2021 11:42:32 +0200 Sebastien Jodogne fix lsb build, fix backward compatibility with SDK <= 1.9.1
Thu, 08 Apr 2021 10:50:01 +0200 Sebastien Jodogne PostgreSQL index plugin handles retries for collisions between multiple writers
Tue, 06 Apr 2021 11:59:31 +0200 Sebastien Jodogne removed mutex out of DatabaseManager
Fri, 02 Apr 2021 19:23:36 +0200 Sebastien Jodogne DatabaseManager doesn't IDatabaseFactory anymore
Fri, 26 Mar 2021 18:06:46 +0100 Sebastien Jodogne comments
Fri, 26 Mar 2021 17:32:29 +0100 Sebastien Jodogne added TransactionType_Implicit
Fri, 19 Mar 2021 15:11:45 +0100 Sebastien Jodogne wrapping transactions in API v3