diff Framework/PostgreSQL/PostgreSQLTransaction.h @ 23:b2ff1cd2907a

handling of implicit transactions in DatabaseManager
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Jul 2018 10:44:17 +0200
parents 7cea966b6829
children 714c5d2bee76
line wrap: on
line diff
--- a/Framework/PostgreSQL/PostgreSQLTransaction.h	Wed Jul 11 14:39:59 2018 +0200
+++ b/Framework/PostgreSQL/PostgreSQLTransaction.h	Thu Jul 12 10:44:17 2018 +0200
@@ -43,6 +43,11 @@
 
     ~PostgreSQLTransaction();
 
+    virtual bool IsImplicit() const
+    {
+      return false;
+    }
+    
     virtual bool IsReadOnly() const 
     {
       return readOnly_;