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

Replace NUMERIC without parameters with DECFLOAT in PostgreSQL compatibility mode #3540

Merged
merged 2 commits into from Jun 11, 2022

Conversation

katzyn
Copy link
Contributor

@katzyn katzyn commented Jun 11, 2022

  1. NUMERIC, DECIMAL, and DEC without parameters are now replaced with DECFLOAT in PostgreSQL compatibility mode. Closes In Postgres compatibility mode the NUMERIC type w/o scale should not default to 0 #3538.
  2. PgJDBC driver is upgraded to 42.4.0 to silence warnings about vulnerable dependency.

@katzyn katzyn merged commit 48e5d10 into h2database:master Jun 11, 2022
@katzyn katzyn deleted the compatibility branch June 11, 2022 12:03
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.

In Postgres compatibility mode the NUMERIC type w/o scale should not default to 0
1 participant