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.
|
2022-03-30 |
Martin van Dinther |
Corrected DatabaseMetaData methods getPrimaryKeys(), getBestRowIdentifier() and getIndexInfo() for temporary tables in schema tmp.
|
2022-02-10 |
Martin van Dinther |
Added recognition of 'xml' type.
|
2022-01-27 |
Martin van Dinther |
Update ChangeLog and ChangeLog-Archive in preparation for new release.
|
2022-01-19 |
Martin van Dinther |
Fixed an SQL query problem in DatabaseMetaData.getBestRowIdentifier() method when used with MonetDB Jan2022 (or newer) releases.
|
2022-01-13 |
Martin van Dinther |
Extended JdbcClient application with support for more \d commands:
|
2021-12-16 |
Martin van Dinther |
Remove old changes already from the ChangeLog.
|
2021-11-25 |
Martin van Dinther |
Extended FileTransferHandler utility class by adding support for reading from and writing to gzip compressed files when using file name extension .gz
|
2021-06-10 |
Martin van Dinther |
Updated ChangeLog, Archive and release.txt in preparation of new release.
|
2021-06-01 |
Martin van Dinther |
Improve text in ChangeLog. Also remove old release 3.0 changes.
|
2021-04-29 |
Martin van Dinther |
Improved performance of ResultSetMetaData methods getPrecision(), getScale(), isNullable() and isAutoIncrement().
|
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 |
Implemented fix for released monetdb-jdbc-3.0.jre8.jar and monetdb-mcl-1.19.jre8.jar when it is was run using java build 1.8.0_###.
|
2021-02-17 |
Martin van Dinther |
Update ChangeLog release.txt for creating new MonetDB JDBC Driver release.
v3.0
|
2021-02-03 |
Martin van Dinther |
Added support for escaped wildcards (\% en \_) in String arguments of
|
2021-01-28 |
Martin van Dinther |
Added full ordering to correct issues when retrieving columns from fks where a table has multiple fks to the same table.
|
2021-01-28 |
Martin van Dinther |
Extend the generation of FOREIGN KEY CONSTRAINTS with ON UPDATE and ON DELETE rules.
|
2021-01-28 |
Martin van Dinther |
Finish implementation of foreign key referential integrity checks for user tables.
|
2021-01-14 |
Martin van Dinther |
Improved DatabaseMetaData.getTypeInfo() output for temporal data types: sec_interval, day_interval, month_interval, date, time, timetz, timestamp and timestamptz.
|
2021-01-06 |
Martin van Dinther |
Corrected output of resultset columns UPDATE_RULE and DELETE_RULE when calling DatabaseMetaData API methods getImportedKeys() or getExportedKeys() or getCrossReference().
|
2020-11-12 |
Martin van Dinther |
Moved Java classes from packages starting with nl.cwi.monetdb.* to package org.monetdb.*
|
2020-10-29 |
Martin van Dinther |
Extended JdbcClient program with 3 new commands to quickly validate data integrity:
|
2020-10-08 |
Martin van Dinther |
Improved performance of ResultSetMetaData methods isAutoIncrement(), getPrecision() and getScale() significant for columns of specific data types as in some cases no costly meta data query is executed anymore.
|
2020-10-08 |
Martin van Dinther |
Set the connection properties treat_clob_as_varchar and treat_blob_as_binary to true by default for faster processing (less objects created, less memory needed) when querying CLOB or BLOB column data.
|