Skip to content

Fix failure when user defined type contains uppercase in PostgreSQL#22852

Merged
ebyhr merged 1 commit intotrinodb:masterfrom
ebyhr:ebi/postgresql-enum-case
Jul 29, 2024
Merged

Fix failure when user defined type contains uppercase in PostgreSQL#22852
ebyhr merged 1 commit intotrinodb:masterfrom
ebyhr:ebi/postgresql-enum-case

Conversation

@ebyhr
Copy link
Copy Markdown
Member

@ebyhr ebyhr commented Jul 29, 2024

Description

Fixes #22848

Release notes

# PostgreSQL
* Fix failure when a user defined type name contains uppercase characters. ({issue}`22848`)

@cla-bot cla-bot bot added the cla-signed label Jul 29, 2024
@ebyhr ebyhr force-pushed the ebi/postgresql-enum-case branch from 98bc105 to 5ede67b Compare July 29, 2024 07:31
The connector threw an exception when such type was installed
in non-default schemas.
@ebyhr ebyhr force-pushed the ebi/postgresql-enum-case branch from 5ede67b to 9a1706c Compare July 29, 2024 08:52
@ebyhr ebyhr merged commit e37d997 into trinodb:master Jul 29, 2024
@ebyhr ebyhr deleted the ebi/postgresql-enum-case branch July 29, 2024 12:15
@github-actions github-actions bot added this to the 454 milestone Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

PostgreSQL connector can't filter equality on enum column when user-defined type is in PascalCase

3 participants