changeset 750:e7a353b083fb pg-next-699

force public schema - mainly for unittests
author Alain Mazy <am@orthanc.team>
date Thu, 09 Oct 2025 17:14:39 +0200
parents 97cfbcf1a35a
children 2bf57bc22a30
files Framework/PostgreSQL/PostgreSQLParameters.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Framework/PostgreSQL/PostgreSQLParameters.cpp	Thu Oct 09 15:31:21 2025 +0200
+++ b/Framework/PostgreSQL/PostgreSQLParameters.cpp	Thu Oct 09 17:14:39 2025 +0200
@@ -39,6 +39,7 @@
     username_ = "";
     password_ = "";
     database_.clear();
+    schema_ = "public";
     uri_.clear();
     ssl_ = false;
     lock_ = true;