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

Fix determination of UNNEST data types for array constructors with casted parameters #4034

Merged
merged 1 commit into from Mar 26, 2024

Conversation

katzyn
Copy link
Contributor

@katzyn katzyn commented Mar 26, 2024

Closes #4033.

@katzyn katzyn merged commit 23bf50d into h2database:master Mar 26, 2024
2 checks passed
@katzyn katzyn deleted the type branch March 26, 2024 11:37
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.

Wrong array produced when using ARRAY_AGG() on UNNEST(ARRAY[CAST(? AS INT)]) expression in a PreparedStatement
1 participant