Changeset: 9fce9289ad5a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/9fce9289ad5a
Modified Files:
        sql/jdbc/tests/Tests/JDBC_API_Tester.SQL.py
Branch: nested
Log Message:

In nested branch call JDBC_API_TESTER program with extra argument 
-supportsNestedTypes,
such that the program knows how to adapt to the new expected behavior.
The flag will also be used in future to extend this program with tests of: user 
defined (complex) types, arrays, vectors, etc


diffs (11 lines):

diff --git a/sql/jdbc/tests/Tests/JDBC_API_Tester.SQL.py 
b/sql/jdbc/tests/Tests/JDBC_API_Tester.SQL.py
--- a/sql/jdbc/tests/Tests/JDBC_API_Tester.SQL.py
+++ b/sql/jdbc/tests/Tests/JDBC_API_Tester.SQL.py
@@ -14,6 +14,7 @@ URL=f"jdbc:monetdb://{HOST}:{MAPIPORT}/{
 
 JDBC_API_TESTER_ARGS=''
 # JDBC_API_TESTER_ARGS='-skipMALoutput'
+JDBC_API_TESTER_ARGS='-supportsNestedTypes'
 
 cmd = ['java', 'JDBC_API_Tester', URL, JDBC_API_TESTER_ARGS]
 try:
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to