Changeset: 388ddff3b64c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/388ddff3b64c
Branch: default
Log Message:
Merge with Dec2025 branch.
diffs (15 lines):
diff --git a/testing/sqllogictest.py b/testing/sqllogictest.py
--- a/testing/sqllogictest.py
+++ b/testing/sqllogictest.py
@@ -194,6 +194,11 @@ class SQLLogic:
self.crs = dbh.cursor()
else:
dbh = malmapi.Connection()
+ if usock is not None:
+ if usock.startswith('mapi:monetdb:///'):
+ usock = usock[15:]
+ elif usock.startsiwht('monetdb:///'):
+ usock = usock[10:]
dbh.connect(database=self.database,
username=username,
password=password,
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]