Skip to content
Snippets Groups Projects

Develop

Closed Huihui, Jonathan requested to merge develop into main
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -64,6 +64,7 @@ class PostgresMixin:
db_timeout = self.connection_info.get("dbTimeout", PostgresMixin.DEFAULT_TIMEOUT)
self.logger.debug("Opening Database Connection and creating Cursor")
self.logger.debug(self.connection_info)
try:
self.connection = psycopg2.connect(
database=db_name,
Loading