log tests/JDBC_API_Tester.java @ 458:333c3752e118

age author description
2021-03-18 Martin van Dinther Adjust test BugConcurrent_sequences to check for the version of MonetDB server and accept the post Oct2020 server response as correct.
2021-03-11 Martin van Dinther Converted and added test bogus-auto-generated-keys (which is currently run via JdbcClient)
2021-03-04 Martin van Dinther Avoid using table names called t1 in tests, make them more unique.
2021-03-03 Martin van Dinther Implemented PreparedStatement.toString() as requested by https://github.com/MonetDB/monetdb-java/issues/8
2021-03-03 Martin van Dinther Converted and added example program SQLcopyinto() to JDBC_API_Tester.java
2021-03-03 Martin van Dinther Converted and added Test_Int128() to JDBC_API_Tester.java.
2021-02-18 Martin van Dinther Converted 12 more JDBC tests from Bug*.java into "output on exception only" tests and included them into JDBC_API_Tester.java
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.