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

[2.7] Oracle 23C platform - backport from master #2000

Merged
merged 1 commit into from
Nov 20, 2023

Commits on Nov 16, 2023

  1. Oracle 23C platform

    Adds support for Oracle 23c database.
    There are following changes
    - Oracle23Platform.java platform classes added
    - New Oracle JDBC driver 23.x.x.x has, in some cases, different behaviour for boolean type. There are changes in PL/SQL calls.
    - 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.
    - Fix for loss of precision if DB table is automatically created if entity using java.time.LocalDateTime, java.time.LocalTime.
    - JDBC Driver update
    
    Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
    rfelcman committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    307a58f View commit details
    Browse the repository at this point in the history