log tests/JDBC_API_Tester.java @ 437:1333c19b0c1b

age author description
2021-02-10 Martin van Dinther include missing )
2021-02-10 Martin van Dinther Extended PreparedStatement.setString() json string validity test for json parameters to now also accept: numbers (with optional fractions and exponent), string literals between double quotes, and keywords: true, false and null.
2021-02-03 Martin van Dinther Added support for escaped wildcards (\% en \_) in String arguments of
2021-01-06 Martin van Dinther Update Copyright year.
2021-01-06 Martin van Dinther Improved code and implemented all tests.
2020-12-09 Martin van Dinther Implemented some more tests
2020-12-02 Martin van Dinther Implemented some more tests
2020-12-02 Martin van Dinther Changed test 'getIndexInfo(null, sys, table_types, false, false)' to resolve difference (9 instead of 10) reported on testweb for default branch.
2020-11-26 Martin van Dinther Add JDBC_API_Tester program to test JDBC Driver API methods and behavior of MonetDB server.