-
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
* #4: Added a new capability for scala function INITCAP.
- Loading branch information
1 parent
ed0f5c2
commit e6c6e3c
Showing
4 changed files
with
42 additions
and
23 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,17 +1,36 @@ | ||
# Oracle Virtual Schemas 2.0.0, released 2021-??-?? | ||
# Oracle Virtual Schemas 2.0.0, released 2021-03-03 | ||
|
||
Code name: | ||
Code name: Removed `SQL_DIALECT` property | ||
|
||
## Summary | ||
|
||
The `SQL_DIALECT` property used when executing a `CREATE VIRTUAL SCHEMA` from the Exasol database is obsolete from this version. Please, do not provide this property anymore. | ||
|
||
## Features / Enhancements | ||
|
||
* 3: Unified error messages with `error-reporting-java` | ||
* #3: Unified error messages with `error-reporting-java`. | ||
* #4: Added a new capability for scala function INITCAP. | ||
|
||
## Plugin Dependencies | ||
## Dependencies Updates | ||
|
||
### Runtime Dependencies | ||
|
||
* Added `com.exasol:error-code-crawler-maven-plugin:0.1.1` | ||
* Updated `com.exasol:error-reporting-java:0.2.0` to `0.2.2` | ||
* Updated `com.exasol:virtual-schema-common-jdbc:8.0.0` to `9.0.1` | ||
* Updated `com.exasol:virtual-schema-common-jdbc:8.0.0` to `9.0.1` | ||
|
||
### Test Dependencies | ||
|
||
* Updated `org.junit.jupiter:junit-jupiter:5.7.0` to `5.7.1` | ||
* Updated `org.mockito:mockito-junit-jupiter:3.6.28` to `3.8.0` | ||
* Updated `nl.jqno.equalsverifier:equalsverifier:3.5` to `3.5.5` | ||
* Updated `com.exasol:exasol-testcontainers:3.3.1` to `3.5.1` | ||
* Updated `com.exasol:test-db-builder-java:2.0.0` to `3.1.0` | ||
* Updated `com.exasol:hamcrest-resultset-matcher:1.2.2` to `1.4.0` | ||
* Updated `org.testcontainers:junit-jupiter:1.15.0` to `1.15.2` | ||
* Updated `org.testcontainers:oracle-xe:1.15.0` to `1.15.2` | ||
|
||
### Plugin Dependencies | ||
|
||
* Added `com.exasol:error-code-crawler-maven-plugin:0.1.1` | ||
* Updated `org.codehaus.mojo:versions-maven-plugin:2.7` to `2.8.1` | ||
* Updated `org.jacoco:jacoco-maven-plugin:0.8.5` to `0.8.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
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