2 months ago |
Martin van Dinther |
Fix a bug in DatabaseMetaData.getTables() where a provided string in the
|
2 months ago |
Martin van Dinther |
Fix missing escaping of single back slashes in string data provided to
|
3 months ago |
Joeri van Ruth |
Make JDBC_API_Tester independent of current timezone
|
3 months ago |
Martin van Dinther |
Approve new output for MonetDriver.getPropertyInfo()
|
3 months ago |
Sjoerd Mullender |
Spell check.
|
4 months ago |
Martin van Dinther |
Fix some compile with -Xlint flag errors and warnings
|
4 months ago |
Martin van Dinther |
Update Copyright year.
|
5 months ago |
Martin van Dinther |
In JdbcClient when running the \vsci or \vdbi or \vsi commands, we now suppress "42000 SELECT: insufficient privileges for ..." and "42000 SELECT: access denied for ..." error messages when the connected user does not have 'monetdb' or 'sysadmin' privileges, needed for some validations.
|
6 months ago |
Martin van Dinther |
Add test for MonetDriver.getPropertyInfo(url, props).
|
6 months ago |
Martin van Dinther |
Backed out changeset 5c4ac1dad79a
|
6 months ago |
Martin van Dinther |
Adjust expected metadata output for Aug2024 or newer.
|
6 months ago |
Sjoerd Mullender |
Stop referring to monetdb.org/bugzilla, point straight to github.
|
8 months ago |
Martin van Dinther |
Extend JDBC_API_Tester program with optional second startup argument '-skipMALoutput'.
|
9 months ago |
Martin van Dinther |
Improve construction of SQL query in showTblContents()
|
9 months ago |
Martin van Dinther |
Correct expected output of getClientInfoProperties() for Dec2023 and older releases.
|
9 months ago |
Martin van Dinther |
Add final to classes
|
10 months ago |
Joeri van Ruth |
Add ClientInfo tests
|
10 months ago |
Joeri van Ruth |
Minor changes to JDBC_API_Tester
|
11 months ago |
Martin van Dinther |
Adapt output of Test 'getIndexInfo(null, sys, key_types, false, false)' for servers 11.50 or higher.
|
12 months ago |
Martin van Dinther |
Improve and optimize PreparedStatement.setBigDecimal() implementation. It now checks on null input parameter to prevent NPE. Also removed code to trim leading zero's.
|
13 months ago |
Martin van Dinther |
Corrected ResultSetMetaData methods getPrecision(), getColumnDisplaySize() and ParameterMetaData method getPrecision() for the interval data types. They now return more precise information for the 13 possible interval data types.
|
13 months ago |
Martin van Dinther |
Improved ResultSetMetaData.getColumnTypeName() and ParameterMetaData.getParameterTypeName() for interval types. It now returns more precise information for the 13 possible interval data types.
|
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.
|
14 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.
|