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

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Jul 19, 2023

We now use Postgres' JDBC drivers TypeInfoCache to register and determine array types, including support for UUID.

Closes #1567

We now use Postgres' JDBC drivers TypeInfoCache to register and determine array types including support for UUID.

Closes #1567
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 mp911de added the type: enhancement A general enhancement label Jul 19, 2023
@mp911de mp911de added this to the 3.1.3 (2023.0.3) milestone Jul 19, 2023
@rdehuyss
Copy link

rdehuyss commented Sep 6, 2023

LGTM!

@schauder
Copy link
Contributor

schauder commented Sep 6, 2023

Thanks, that's merged.

mp911de added a commit that referenced this pull request Sep 6, 2023
schauder pushed a commit that referenced this pull request Sep 6, 2023
@mp911de mp911de closed this Sep 14, 2023
@mp911de mp911de deleted the issue/1567 branch September 14, 2023 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Postgres UUID arrays using JDBC
3 participants