14 months ago |
Martin van Dinther |
Extend Test_DBCmetadata() test with missing calls to getProcedures(), getProcedureColumns(), getFunctions() and getFunctionColumns() for user defined procedure and user defined function.
|
15 months ago |
Martin van Dinther |
Extend Test_DBCmetadata() with calls to DatabaseMetaData methods which return a String and need to sent a query to the server to get the info.
|
15 months ago |
Martin van Dinther |
Adjust JDBC_API_Tester to accept new behavior of returning a varchar instead of clob or char as metadata. This new behavior applies to MonetDB servers 11.50 or higher.
|
15 months ago |
Martin van Dinther |
Branch cleanup_types has been merged into default, so enable the condition where type_digits is now returning a lower number.
|
15 months ago |
Martin van Dinther |
Resolve warning: no comment
|
15 months ago |
Martin van Dinther |
Prepare JDBC_API_Tester for changed output (digits return 31 instead of 32 for int, 15 instead 16 for smallint) once branch cleanup_types will be merged into default.
|
16 months ago |
Joeri van Ruth |
Merge 'default' into 'monetdbs'
monetdbs
|
16 months ago |
Martin van Dinther |
Adjust test to not compare output that changes when run in different time zones.
|
16 months ago |
Martin van Dinther |
The String types[] passed to getTables() may contain entries containing null or empty string "". Those are invalid table types.
|
16 months ago |
Sjoerd Mullender |
Update copyright for the new year, move to MonetDB Foundation, add SPDX.
|
16 months ago |
Martin van Dinther |
In ResultSet.getObject(column, Class<T> type) and ResultSet.getObject(column, Map<String,Class<?>>) methods added support to return objects for classes: java.time.LocalDate, java.time.LocalDateTime.
|
16 months ago |
Martin van Dinther |
Enhanced DatabaseMetaData.getTables() method by adding support for SQL table type names: 'BASE TABLE', 'GLOBAL TEMPORARY' and 'LOCAL TEMPORARY' in parameter types[].
|
16 months ago |
Martin van Dinther |
In ResultSet.getObject() method added support for retrieving
|
16 months ago |
Martin van Dinther |
Fix the computed CHAR_OCTET_LENGTH value of resultsets returned by getColumns(), getFunctionColumns() and getProcedureColumns().
|
17 months ago |
Joeri van Ruth |
Use new MapiSocket.connect() method In CopyIntoSTDIN test
monetdbs
|
17 months ago |
Joeri van Ruth |
Remove naive url check because the world has become more complicated
monetdbs
|
17 months ago |
Joeri van Ruth |
Arrange testing
monetdbs
|
18 months ago |
Martin van Dinther |
Adapt expected output of Bug_PrepStmtSetString_6382() for servers 11.48 and higher which store JSON string values in optimized form (without whitespace characters).
|
22 months ago |
Martin van Dinther |
Fixed javac version 20 compiler warnings.
|
22 months ago |
Martin van Dinther |
Corrected implementation of Connection methods getClientInfo() and setClientInfo().
|
22 months ago |
Martin van Dinther |
Corrected DatabaseMetaData method getClientProperties().
|
2023-04-20 |
Martin van Dinther |
On power8 platform on testweb the SQL parser gives different error message. Add a condition to skip the comparison for this error msg.
|
2023-04-18 |
Martin van Dinther |
Adapt output of command: debug SELECT 5; which is now different depending on the tested server.
|
2023-04-06 |
Martin van Dinther |
Enlarge timeout test from 1 to 4 seconds to prevent potential differences reported on testweb for slow (MS windows) platforms.
|
2023-03-16 |
Martin van Dinther |
UTF-8 is a standard character set always available on Java, so use it where needed.
|
2023-03-16 |
Martin van Dinther |
Correct test Test_PSsetBytes() by explicitly converting a unicode String to a UTF-8 bytes array.
|
2023-03-08 |
Martin van Dinther |
Change expected output values into unicode characters.
|
2023-02-02 |
Martin van Dinther |
Extend JDBC_API_Tester with test on calling ResultSet.getBytes() method on a blob column. It was not yet tested.
|
2023-02-02 |
Martin van Dinther |
Adding a missing test for testing method setBytes() on a PreparedStatement.
|
2023-01-26 |
Martin van Dinther |
Fixed issue when you create a new Statement, call getGeneratedKeys().getMetaData().
|