-
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.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
d6d2c26
commit d31f38b
Showing
14 changed files
with
656 additions
and
551 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.
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
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.
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,39 @@ | ||
# Oracle Virtual Schema 3.0.2, released 2024-05-07 | ||
|
||
Code name: Improve error handling for extension | ||
|
||
## Summary | ||
|
||
This release improves error handling when creating a new Virtual Schema using the extension: the extension now checks if a schema with the same name exists and returns a helpful error message. This check is case-insensitive because Exasol's `CONNECTION` names are also case-insensitive. | ||
|
||
## Bugfix | ||
|
||
* #45: Added extension JS file to release assets | ||
|
||
## Dependency Updates | ||
|
||
### Virtual Schema for Oracle | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `com.exasol:exasol-testcontainers:7.0.1` to `7.1.0` | ||
* Updated `com.exasol:extension-manager-integration-test-java:0.5.9` to `0.5.11` | ||
* Updated `com.oracle.database.jdbc:ojdbc8:23.3.0.23.09` to `23.4.0.24.05` | ||
* Updated `org.slf4j:slf4j-jdk14:2.0.12` to `2.0.13` | ||
|
||
### Extension | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `@exasol/extension-manager-interface:0.4.1` to `0.4.2` | ||
|
||
#### Development Dependency Updates | ||
|
||
* Updated `eslint:^8.53.0` to `^8.54.0` | ||
* Updated `@typescript-eslint/parser:^6.10.0` to `^7.8.0` | ||
* Updated `ts-jest:^29.1.1` to `^29.1.2` | ||
* Updated `@types/jest:^29.5.8` to `^29.5.12` | ||
* Updated `typescript:^5.2.2` to `^5.4.5` | ||
* Updated `@typescript-eslint/eslint-plugin:^6.10.0` to `^7.8.0` | ||
* Updated `ts-node:^10.9.1` to `^10.9.2` | ||
* Updated `esbuild:^0.19.5` to `^0.21.0` |
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.