Changeset: 6f3a5935e0f7 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/6f3a5935e0f7
Modified Files:
gdk/gdk_batop.c
sql/test/testdb/Tests/dump.SQL.py
Branch: default
Log Message:
Merge with Dec2025 branch.
diffs (21 lines):
diff --git a/sql/test/emptydb/Tests/dump.SQL.py
b/sql/test/emptydb/Tests/dump.SQL.py
--- a/sql/test/emptydb/Tests/dump.SQL.py
+++ b/sql/test/emptydb/Tests/dump.SQL.py
@@ -13,3 +13,7 @@ for line in out.splitlines():
# unexpected output, dump it all
print(out)
break
+
+if err:
+ import sys
+ sys.stderr.write(err)
diff --git a/sql/test/testdb/Tests/dump.SQL.py
b/sql/test/testdb/Tests/dump.SQL.py
--- a/sql/test/testdb/Tests/dump.SQL.py
+++ b/sql/test/testdb/Tests/dump.SQL.py
@@ -36,3 +36,6 @@ if len(sys.argv) == 2 and sys.argv[1] in
sys.stderr.write(line)
else:
sys.stdout.writelines(out)
+
+if err:
+ sys.stderr.write(err)
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]