We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c3985 commit d2bd3a7Copy full SHA for d2bd3a7
src/include/storage/postgres_transaction.hpp
@@ -45,6 +45,7 @@ class PostgresTransaction : public Transaction {
45
AccessMode access_mode;
46
string temporary_schema;
47
48
+private:
49
//! Retrieves the connection **without** starting a transaction if none is active
50
PostgresConnection &GetConnectionRaw();
51
};
0 commit comments