Skip to content

Commit

Permalink
Add info on new release to ChangeLog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdvm committed Jan 16, 2025
1 parent 1999193 commit 87843cb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# ChangeLog file for monetdb-java
# This file is updated with Maddlog

* Thu Jan 16 2025 Martin van Dinther <[email protected]>
- Compiled and released new jar files: monetdb-jdbc-12.0.jre8.jar and
jdbcclient.jre8.jar

* Wed Jan 8 2025 Joeri van Ruth <[email protected]>
- The JDBC jar now includes JdbcClient. For backward compatibility the jar
is still also available as jdbcclient.jreX.jar.
Expand All @@ -15,6 +19,7 @@
- Implemented Connection#set/getClientInfo, and send sensible default info
at connect time. This can be controlled with the properties 'client_info=on/off',
'client_application=ApplicationName' and 'client_remark=Other Useful Info'.
Note setting client info requires MonetDB server 11.51 (Aug2024) or higher.

* Thu Apr 4 2024 Martin van Dinther <[email protected]>
- Corrected ResultSetMetaData methods getColumnTypeName(), getPrecision(),
Expand Down Expand Up @@ -81,8 +86,7 @@
* Wed Jul 5 2023 Martin van Dinther <[email protected]>
- Corrected implementation of Connection methods getClientInfo() and
setClientInfo(). They used to get/set Connection properties instead of
Client Info properties, which was incorrect. MonetDB does not support
Client Info properties.
Client Info properties, which was incorrect.

* Thu Jun 22 2023 Martin van Dinther <[email protected]>
- Corrected DatabaseMetaData method getClientProperties().
Expand Down

0 comments on commit 87843cb

Please sign in to comment.