log ChangeLog @ 973:32f246853ec4 default tip

age author description
2 months ago Martin van Dinther Corrected the returned integer values of Statement methods executeUpdate(...), executeLargeUpdate(...), getUpdateCount() and getLargeUpdateCount() and PreparedStatement methods executeUpdate() and executeLargeUpdate(). They returned -2 for DDL statements, which was not in compliance with the JDBC API documentation.
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 Add ChangeLog entry for TLS and new URL syntax
3 months ago Martin van Dinther Add info on why we changed to version 12.0 (instead of 3.4)
3 months ago Martin van Dinther Add info on new release to ChangeLog.
3 months ago Joeri van Ruth Include all of JdbcClient in the jdbc jar
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[].