diff Framework/Common/DatabaseManager.h @ 434:23c7af6f671a pg-transactions

DeleteResource does not need the RemainingAncestor table anymore
author Alain Mazy <am@osimis.io>
date Wed, 13 Dec 2023 16:52:06 +0100
parents 3d6886f3e5b3
children 326f8304daa1
line wrap: on
line diff
--- a/Framework/Common/DatabaseManager.h	Wed Dec 13 15:48:56 2023 +0100
+++ b/Framework/Common/DatabaseManager.h	Wed Dec 13 16:52:06 2023 +0100
@@ -187,6 +187,8 @@
 
       std::string ReadString(size_t field) const;
 
+      bool IsNull(size_t field) const;
+
       void PrintResult(std::ostream& stream)
       {
         IResult::Print(stream, GetResult());