Skip to content

Commit

Permalink
add v8 to ci (#76)
Browse files Browse the repository at this point in the history
* add v8 to ci

* updated remaining dependencies

* fix integration tests for later Exasol DB versions : Register the JDBC driver for ExaLoader

* add specific tests for all new failing 'unsolved' v8 shared integration tests

* Fixes for
- time scalar functions: add cast to decimal
- division: add cast to double precision before divide

* use driver manager to upload and register driver

* fix exasol error code to correct VS

* shorten switch

* refactoring for readability
  • Loading branch information
pj-spoelders committed Feb 28, 2024
1 parent 327c9b3 commit ff7bfe9
Show file tree
Hide file tree
Showing 23 changed files with 603 additions and 181 deletions.
4 changes: 3 additions & 1 deletion .gitattributes
Expand Up @@ -2,10 +2,12 @@ pk_generated_parent.pom linguist-genera
dependencies.md linguist-generated=true
doc/changes/changelog.md linguist-generated=true
.github/workflows/broken_links_checker.yml linguist-generated=true
.github/workflows/ci-build.yml linguist-generated=true
.github/workflows/ci-build-next-java.yml linguist-generated=true
.github/workflows/dependencies_check.yml linguist-generated=true
.github/workflows/dependencies_update.yml linguist-generated=true
.github/workflows/release_droid_print_quick_checksum.yml linguist-generated=true
.github/workflows/release_droid_upload_github_release_assets.yml linguist-generated=true

.github/workflows/release_droid_prepare_original_checksum.yml linguist-generated=true
.settings/org.eclipse.jdt.core.prefs linguist-generated=true
.settings/org.eclipse.jdt.ui.prefs linguist-generated=true
2 changes: 2 additions & 0 deletions .github/workflows/broken_links_checker.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions .github/workflows/ci-build-next-java.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 36 additions & 15 deletions .github/workflows/ci-build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 51 additions & 9 deletions .github/workflows/dependencies_check.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

103 changes: 103 additions & 0 deletions .github/workflows/dependencies_update.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 14 additions & 6 deletions .github/workflows/release_droid_prepare_original_checksum.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions .github/workflows/release_droid_print_quick_checksum.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff7bfe9

Please sign in to comment.