Mercurial > hg > monetdb-java
changeset 926:0ce63f3686fe
ChangeLog
author | Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> |
---|---|
date | Wed, 14 Aug 2024 16:21:15 +0200 (7 months ago) |
parents | 4dfdb62e3e9d |
children | d311affc65f0 |
files | ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog file for monetdb-java # This file is updated with Maddlog +* Wed Jun 19 2024 Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> +- 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'. + * Thu Apr 4 2024 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> - Corrected ResultSetMetaData methods getColumnTypeName(), getPrecision(), getColumnDisplaySize() and ParameterMetaData methods getParameterTypeName()