-
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.
Import from ora: provide explicit type mappings via added switch (#20)
- Loading branch information
1 parent
45e4dfb
commit e7c772f
Showing
19 changed files
with
567 additions
and
301 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,5 @@ pom.xml.versionsBackup | |
*.old | ||
*.md.html | ||
.vscode/ | ||
|
||
*.flattened-pom.xml |
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,10 @@ | ||
sources: | ||
- type: maven | ||
path: pom.xml | ||
modules: | ||
- integration_tests | ||
- udf_coverage | ||
- jar_artifact | ||
excludes: | ||
- "E-PK-CORE-18: Outdated content: '.github/workflows/ci-build.yml'" | ||
- "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_prepare_original_checksum.yml'" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,24 @@ | ||
# Virtual Schema for Oracle 2.2.0, released 2022-??-?? | ||
# Virtual Schema for Oracle 2.2.0, released 2022-04-11 | ||
|
||
Code name: | ||
Code name: Import from ora: explicit data types switch. | ||
|
||
## Features | ||
|
||
* #14: Explicitly state types when using IMPORT_FROM_ORA: Added GENERATE_JDBC_DATATYPE_MAPPING_FOR_OCI flag to virtual schema adapter for this functionality. | ||
## Dependency Updates | ||
|
||
### Test Dependency Updates | ||
|
||
* Updated `com.exasol:virtual-schema-shared-integration-tests:2.1.1` to `2.2.0` | ||
* Added `org.jacoco:org.jacoco.agent:0.8.5` | ||
|
||
### Plugin Dependency Updates | ||
|
||
* Updated `com.exasol:error-code-crawler-maven-plugin:0.7.1` to `1.1.0` | ||
* Updated `com.exasol:project-keeper-maven-plugin:1.3.4` to `2.3.0` | ||
* Updated `org.apache.maven.plugins:maven-dependency-plugin:2.8` to `3.2.0` | ||
* Updated `org.apache.maven.plugins:maven-jar-plugin:3.2.2` to `3.2.0` | ||
* Added `org.codehaus.mojo:flatten-maven-plugin:1.2.7` | ||
* Updated `org.codehaus.mojo:versions-maven-plugin:2.9.0` to `2.8.1` | ||
* Added `org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184` | ||
* Updated `org.sonatype.ossindex.maven:ossindex-maven-plugin:3.2.0` to `3.1.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
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,2 @@ | ||
config.stopBubbling = true | ||
lombok.addLombokGeneratedAnnotation = true |
Oops, something went wrong.