Skip to content

Commit

Permalink
Updated tests to include Exasol V8/ Update to vsjdbc 12.0.0 / Fix iss…
Browse files Browse the repository at this point in the history
…ues (#116)

* - added CI matrix for Exasol 7 and 8
- updated dependencies
- changed default DB version used to run CI tests
- ran PK and artifact unifier tool

* altered tests after changed vsjdbc 12.0.0 behaviour

* fix wildcard test using describe (zonemapping is a new column)

* fix grammatical error

* add support for remote debugging via udf-debugging-java

* ran pk fix after updating dependencies

* disable fail on error for javadoc for now

* fix tests

* update dependencies

* fix deprecated method warnings

* ran pk fix

* fix return type for timestamp with local date time
according to strict data type checking

* split and fix failing integration tests for exa connection mode, related to  strict datatype checks in the compiler

* Add update to PK 4.2.0 exclusion

* Use cast instead of localtimestamp for correct result

* fix testVisitSqlLiteralTimestampUtc test

* Add special cases for Exasol VS Local modus: explicit cast to utf8 in the case of char and varchar datatypes

* removed separate V8 tests I created cause, in hindsight, they serve little to no purpose, the assumeV7 indicator is enough.

* Update documentation

* #117 - fix javadoc generation

* Add missing javadoc comment

* Updated doc

* Apply suggestions from code review

Co-authored-by: Christoph Pirkl <[email protected]>

* Update exasol.md

Improved documentation on data type mismatches.

* Update project keeper and workflow files + gitattributes file

* refactored localsqlgenerationvisitor

* removed throws statement

* unit tests for local sqlgeneration visitor

* fix code smell

* small refactoring, added final

* removed unused line

---------

Co-authored-by: Christoph Pirkl <[email protected]>
  • Loading branch information
pj-spoelders and kaklakariada authored Apr 2, 2024
1 parent af1f463 commit 1c0ec6b
Show file tree
Hide file tree
Showing 29 changed files with 1,035 additions and 250 deletions.
9 changes: 3 additions & 6 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
dependencies.md linguist-generated=true
doc/changes/changelog.md linguist-generated=true
pk_generated_parent.pom linguist-generated=true
.github/workflows/ci-build.yml 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/release_droid_prepare_original_checksum.yml linguist-generated=true
.github/workflows/release_droid_print_quick_checksum.yml linguist-generated=true
.github/workflows/release_droid_release_on_maven_central.yml linguist-generated=true
.github/workflows/release_droid_upload_github_release_assets.yml linguist-generated=true
.github/workflows/dependencies_update.yml linguist-generated=true
.github/workflows/release.yml linguist-generated=true
.settings/org.eclipse.jdt.core.prefs linguist-generated=true
.settings/org.eclipse.jdt.ui.prefs linguist-generated=true

.settings/org.eclipse.jdt.core.prefs linguist-generated=true
.settings/org.eclipse.jdt.ui.prefs linguist-generated=true
3 changes: 3 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.

6 changes: 6 additions & 0 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.

64 changes: 60 additions & 4 deletions .github/workflows/ci-build.yml

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

36 changes: 33 additions & 3 deletions .github/workflows/dependencies_check.yml

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

175 changes: 175 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.

Loading

0 comments on commit 1c0ec6b

Please sign in to comment.