diff Framework/Plugins/IndexBackend.cpp @ 432:8b7c1c423367 pg-transactions

new 'TransactionMode' config + rewrote ResourceDeletedFunc to avoid IF/THEN/ELSE pattern
author Alain Mazy <am@osimis.io>
date Mon, 11 Dec 2023 14:39:27 +0100
parents 7c1fe5d6c12c
children 5964ce6385a5
line wrap: on
line diff
--- a/Framework/Plugins/IndexBackend.cpp	Thu Dec 07 12:13:43 2023 +0100
+++ b/Framework/Plugins/IndexBackend.cpp	Mon Dec 11 14:39:27 2023 +0100
@@ -470,7 +470,7 @@
           static_cast<OrthancPluginResourceType>(statement.ReadInteger32(0)));
           
         // There is at most 1 remaining ancestor
-        assert((statement.Next(), statement.IsDone()));
+        //assert((statement.Next(), statement.IsDone()));
       }
     }