log ChangeLog @ 932:f16966084980

age author description
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.
8 months ago Joeri van Ruth ChangeLog
12 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.
12 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.
13 months ago Martin van Dinther Improved DatabaseMetaData.getTypeInfo(). It now also returns the serial and bigserial data types and all 13 possible interval data types.
15 months ago Martin van Dinther Removed old v3.3 changes from the ChangeLog. Those are still available in the ChangeLog-Archive.
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 correct English
16 months ago Martin van Dinther In ResultSet.getObject() method added support for retrieving
18 months ago Martin van Dinther Improved DatabaseMetaData.getSystemFunctions(). It now also returns functions: current_sessionid, greatest, ifnull, least, sql_max, sql_min. Function ifnull will only be returned for servers Jun2023 (11.47 or higher).
20 months ago Martin van Dinther Implemented ResultSet methods:
21 months ago Martin van Dinther Removed deprecated nl.cwi.monetdb.*.* classes and package.
21 months ago Martin van Dinther Removed code to support old MonetDB servers Oct2014 or older.
21 months ago Martin van Dinther Corrected implementation of Connection methods getClientInfo() and setClientInfo().
22 months ago Martin van Dinther Corrected DatabaseMetaData method getClientProperties().
24 months ago Martin van Dinther Corrected DatabaseMetaData method getStringFunctions() when connected to a Jun2023 server.
2023-02-23 Martin van Dinther Update ChangeLog in preparation of new release.
2023-02-09 Martin van Dinther Removed changes of previous release (they are still available in the ChangeLog-Archive).
2023-02-09 Martin van Dinther Corrected DatabaseMetaData.getSQLKeywords() output.
2023-01-19 Martin van Dinther Corrected DatabaseMetaData.getUDTs() output.
2022-12-08 Martin van Dinther Add a ChangeLog entry for change of method name in a MonetDB specific class.
2022-11-17 Martin van Dinther Fixed an invalid error issue when a PreparedStatement had more than 250 parameters.
2022-11-03 Martin van Dinther Corrected returned SQL TypeName values for the MonetDB interval types: 'day_interval', 'month_interval' and 'sec_interval'.
2022-10-31 Joeri van Ruth Update ChangeLog
2022-10-27 Martin van Dinther Corrected PreparedStatement methods getMetaData().getColumnDisplaySize(), getMetaData().getPrecision() and getParameterMetaData().getPrecision().
2022-10-20 Martin van Dinther Improved implementation of methods ResultSetMetaData.getPrecision() and ResultSetMetaData.getScale().
2022-09-29 Martin van Dinther Removed creation and distribution of monetdb-mcl-1.##.jre8.jar file.
2022-08-24 Martin van Dinther Improved and optimized DatabaseMetaData.getBestRowIdentifier().
2022-04-21 Martin van Dinther Improve ChangeLog text.