Skip to content

Conversation

pj-spoelders
Copy link
Collaborator

@pj-spoelders pj-spoelders commented Oct 31, 2023

Closes #68
Closes #78

The behaviour when it comes to character sets is now simplified,
The target char set is now always UTF-8.
The IMPORT_DATA_TYPES property (and value FROM_RESULT_SET) are now deprecated (change in vs-common-jdbc):
An exception will be thrown when users use FROM_RESULT_SET. The exception message warns the user that the value is no longer supported and the property itself is also deprecated.

Various broken scalar time-related extraction functions for dates and timestamps in the virtual schema are now fixed: year,month,day,hour,minute,second.

Scalar division (/) which was broken in some cases now also works correctly.

Tests for current_schema are currently disabled, this is because of a discovered compiler bug: #79 .
These tests will be re-evaluated later when there is more clarity about this issue.

We also updated dependencies and resolved the following 2 CVEs in test dependency org.apache.commons:commons-compress:

Copy link

@pj-spoelders pj-spoelders merged commit ff7bfe9 into main Feb 28, 2024
@pj-spoelders pj-spoelders deleted the refactor/add_v8_to_ci branch February 28, 2024 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix vulnerabilities in org.postgresql:postgresql:jar:42.6.0:compile & org.apache.commons:commons-compress:jar:1.24.0:test Update tests to V8 VSPG

2 participants