From aa69c4926fc94a8471edb1704bedd98b9a79e430 Mon Sep 17 00:00:00 2001 From: KK Date: Thu, 16 Mar 2023 07:15:28 +0100 Subject: [PATCH] Updated changes file --- doc/changes/changes_2.4.1.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/changes/changes_2.4.1.md b/doc/changes/changes_2.4.1.md index dc3dfd8..cf99a3d 100644 --- a/doc/changes/changes_2.4.1.md +++ b/doc/changes/changes_2.4.1.md @@ -1,11 +1,13 @@ # Virtual Schema for Oracle 2.4.1, released 2023-03-16 -Code name: Dependency Upgrade on Top of 2.4.0 +Code name: Maintenance ## Summary Updated dependencies to replace `com.exasol:exasol-script-api` by `udf-api-java/1.0.1` as `com.exasol:exasol-script-api` had been available on discontinued maven repository `maven.exasol.com`. +Please note that updated dependency `virtual-schema-common-jdbc` adds support for a new adapter property [`MAX_TABLE_COUNT`](https://github.com/exasol/virtual-schema-common-jdbc#property-max_table_count) and fixes ambiguous results by escaping SQL wildcards such as underscore `_` and percent `%` in names of catalogs, schemas, and tables when retrieving column metadata from JDBC driver. + ## Bugfixes * #30: Updated dependencies