# HG changeset patch # User Sebastien Jodogne # Date 1616778406 -3600 # Node ID 90eb271f85b21d6b955da55a77e8119f5be6783f # Parent ee5858d438dc2658d77d01295c1b9d2a9a701966 comments diff -r ee5858d438dc -r 90eb271f85b2 Framework/Common/DatabaseManager.cpp --- a/Framework/Common/DatabaseManager.cpp Fri Mar 26 18:02:34 2021 +0100 +++ b/Framework/Common/DatabaseManager.cpp Fri Mar 26 18:06:46 2021 +0100 @@ -214,8 +214,6 @@ void DatabaseManager::StartTransaction(TransactionType type) { - // TODO - Deal with TransactionType - boost::recursive_mutex::scoped_lock lock(mutex_); try diff -r ee5858d438dc -r 90eb271f85b2 Framework/Plugins/IndexBackend.h --- a/Framework/Plugins/IndexBackend.h Fri Mar 26 18:02:34 2021 +0100 +++ b/Framework/Plugins/IndexBackend.h Fri Mar 26 18:06:46 2021 +0100 @@ -331,7 +331,9 @@ virtual bool HasCreateInstance() const ORTHANC_OVERRIDE { - return false; // TODO - Shouldn't this be "true"? + // This extension is available in PostgreSQL and MySQL, but is + // emulated by "CreateInstanceGeneric()" in SQLite + return false; } #if ORTHANC_PLUGINS_HAS_DATABASE_CONSTRAINT == 1