-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Christoph Pirkl <[email protected]>
- Loading branch information
1 parent
cf1dba4
commit f9332e7
Showing
11 changed files
with
177 additions
and
131 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Virtual Schema for Oracle 2.4.1, released 2023-03-16 | ||
|
||
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 | ||
|
||
## Dependency Updates | ||
|
||
### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:error-reporting-java:1.0.0` to `1.0.1` | ||
* Updated `com.exasol:virtual-schema-common-jdbc:10.1.0` to `10.5.0` | ||
* Updated `com.oracle.database.jdbc:ojdbc8:21.7.0.0` to `21.9.0.0` | ||
|
||
### Test Dependency Updates | ||
|
||
* Updated `com.exasol:exasol-testcontainers:6.4.0` to `6.5.1` | ||
* Updated `com.exasol:test-db-builder-java:3.4.1` to `3.4.2` | ||
* Updated `com.exasol:udf-debugging-java:0.6.5` to `0.6.8` | ||
* Updated `com.exasol:virtual-schema-common-jdbc:10.1.0` to `10.5.0` | ||
* Updated `com.exasol:virtual-schema-shared-integration-tests:2.2.2` to `2.2.3` | ||
* Updated `nl.jqno.equalsverifier:equalsverifier:3.12.1` to `3.14` | ||
* Updated `org.junit.jupiter:junit-jupiter:5.9.1` to `5.9.2` | ||
* Updated `org.mockito:mockito-junit-jupiter:4.9.0` to `5.2.0` | ||
* Added `org.slf4j:slf4j-jdk14:2.0.6` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.