Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[master] Oracle 23C platform fixes #1969

Merged
merged 3 commits into from
Oct 18, 2023

Conversation

rfelcman
Copy link
Contributor

This fixes following two issues related with Oracle23c:

  • when empty String ("") is inserted into table column like ...CLOBDATA CLOB NOT NULL...
    Solution is based on conversion into java.sql.Clob, because solution based on SimpleAppendCallCustomParameter("empty_clob()") and DatabasePlatform.appendParameter() leads into another test failures.
  • loss of precision if DB table is automatically created if entity using java.time.LocalDateTime, java.time.LocalTime

Signed-off-by: Radek Felcman <[email protected]>
Signed-off-by: Radek Felcman <[email protected]>
Signed-off-by: Radek Felcman <[email protected]>
@rfelcman rfelcman merged commit 4b88873 into eclipse-ee4j:master Oct 18, 2023
7 checks passed
@rfelcman rfelcman deleted the empty_clob_oracle_fix branch October 18, 2023 10:24
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.

2 participants