comparison tests/JDBC_API_Tester.java @ 922:e54a9fc65e0c

Correct expected output of getClientInfoProperties() for Dec2023 and older releases.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Wed, 31 Jul 2024 20:41:13 +0200 (8 months ago)
parents c2164decf7f1
children 3b29fb3f537a
comparison
equal deleted inserted replaced
921:41d0cce6d2df 922:e54a9fc65e0c
1484 1484
1485 if (!isPostDec2023) { 1485 if (!isPostDec2023) {
1486 compareResultSet(dbmd.getClientInfoProperties(), "getClientInfoProperties()", 1486 compareResultSet(dbmd.getClientInfoProperties(), "getClientInfoProperties()",
1487 "Resultset with 4 columns\n" + 1487 "Resultset with 4 columns\n" +
1488 "NAME MAX_LEN DEFAULT_VALUE DESCRIPTION\n" + 1488 "NAME MAX_LEN DEFAULT_VALUE DESCRIPTION\n" +
1489 "varchar(64) int varchar(128) varchar(128)\n"); 1489 "varchar(40) int varchar(128) varchar(256)\n");
1490 } 1490 }
1491 1491
1492 compareResultSet(dbmd.getSuperTables(null, "jdbctst", "pk_uc"), "getSuperTables(null, jdbctst, pk_uc)", 1492 compareResultSet(dbmd.getSuperTables(null, "jdbctst", "pk_uc"), "getSuperTables(null, jdbctst, pk_uc)",
1493 "Resultset with 4 columns\n" + 1493 "Resultset with 4 columns\n" +
1494 "TABLE_CAT TABLE_SCHEM TABLE_NAME SUPERTABLE_NAME\n" + 1494 "TABLE_CAT TABLE_SCHEM TABLE_NAME SUPERTABLE_NAME\n" +