comparison ChangeLog @ 932:f16966084980

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.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 07 Nov 2024 18:02:34 +0100 (5 months ago)
parents 0ce63f3686fe
children 45c26b1a0677
comparison
equal deleted inserted replaced
931:df18aa5c8a61 932:f16966084980
1 # ChangeLog file for monetdb-java 1 # ChangeLog file for monetdb-java
2 # This file is updated with Maddlog 2 # This file is updated with Maddlog
3
4 * Thu Nov 7 2024 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
5 - In JdbcClient when running the \vsci or \vdbi or \vsi commands, we now
6 suppress "42000 SELECT: insufficient privileges for ..." and
7 "42000 SELECT: access denied for ..." error messages when the connected user
8 does not have 'monetdb' or 'sysadmin' privileges, needed for some validations.
3 9
4 * Wed Jun 19 2024 Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> 10 * Wed Jun 19 2024 Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
5 - Implemented Connection#set/getClientInfo, and send sensible default info 11 - Implemented Connection#set/getClientInfo, and send sensible default info
6 at connect time. This can be controlled with the properties 'client_info=on/off', 12 at connect time. This can be controlled with the properties 'client_info=on/off',
7 'client_application=ApplicationName' and 'client_remark=Other Useful Info'. 13 'client_application=ApplicationName' and 'client_remark=Other Useful Info'.