Changeset: 0dc71e18dc50 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/0dc71e18dc50
Modified Files:
testing/sqllogictest.py
Branch: Aug2024
Log Message:
Backed out changeset fce090da651f: pymonetdb has been fixed.
diffs (15 lines):
diff --git a/testing/sqllogictest.py b/testing/sqllogictest.py
--- a/testing/sqllogictest.py
+++ b/testing/sqllogictest.py
@@ -248,10 +248,7 @@ class SQLLogic:
pass
self.crs = None
if self.dbh:
- try:
- self.dbh.close()
- except AttributeError:
- pass
+ self.dbh.close()
self.dbh = None
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]