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

Add support for Postgres UUID arrays using JDBC #1570

Closed
wants to merge 3 commits into from
Closed

Commits on Jul 19, 2023

  1. Prepare issue branch.

    mp911de committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c1c21ce View commit details
    Browse the repository at this point in the history
  2. Add support for Postgres UUID arrays using JDBC.

    We now use Postgres' JDBC drivers TypeInfoCache to register and determine array types including support for UUID.
    
    Closes #1567
    mp911de committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    0b83257 View commit details
    Browse the repository at this point in the history
  3. Polishing.

    Push JDBC-specific simple types into JdbcPostgresDialect instead of having these in the top-level dialect that shouldn't be tied to any driver technology.
    
    Introduce profile to run Postgres tests only.
    mp911de committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    abf1db4 View commit details
    Browse the repository at this point in the history