Skip to content

Fix multiple queries in a statement and improve special cases in rounding functions#4098

Merged
katzyn merged 2 commits intoh2database:masterfrom
katzyn:fixes
Jul 31, 2024
Merged

Fix multiple queries in a statement and improve special cases in rounding functions#4098
katzyn merged 2 commits intoh2database:masterfrom
katzyn:fixes

Conversation

@katzyn
Copy link
Contributor

@katzyn katzyn commented Jul 31, 2024

Closes #4097.
Closes #3982.

  • A temporary fix for multiple queries in one statement for the next patch release.
  • Rounding and truncation function now have limited range of scale from -100,000 to 100,000.
  • Rounding and truncation function now throw exceptions on overflow.

@katzyn katzyn merged commit 9d533f1 into h2database:master Jul 31, 2024
@katzyn katzyn deleted the fixes branch July 31, 2024 15:06
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.

StackOverflowException when using multiple SELECT statements in one query (2.3.230) Potential issue when using ROUND

1 participant