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

Use US locale to parse PostgreSQL timestamps #1394

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

vietj
Copy link
Member

@vietj vietj commented Dec 13, 2023

Due to a change in JDK 22, the root locale shall not be used anymore for parsing PostgreSQL timestamp, instead US locale should be used.

…for parsing PostgreSQL timestamp, insted US locale should be used.
@vietj vietj added this to the 4.5.1 milestone Dec 13, 2023
@vietj vietj linked an issue Dec 13, 2023 that may be closed by this pull request
@vietj vietj merged commit b2889e4 into 4.x Dec 13, 2023
@vietj vietj deleted the use-us-locale-to-parse-pg-timestamp branch December 13, 2023 14:58
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.

DataTypeCodec relies on COMPAT fallback for 'BC' era parsing
1 participant