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

Consider CONFLICT clause on INSERT and add support for missing functions #3691

Closed
wants to merge 4 commits into from

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Nov 26, 2024

Closes #3689

@mp911de mp911de added the type: regression A regression from a previous release label Nov 26, 2024
@mp911de mp911de added this to the 3.4.1 (2024.1.1) milestone Nov 26, 2024
Extend tests for parsing built in hql functions and expressions.
Assert count query creation works fine for when nested function calls are present in select.
Fix minor rendering issue that added superfluous leading whitespace to expressions nested within a function.
christophstrobl pushed a commit that referenced this pull request Nov 28, 2024
christophstrobl pushed a commit that referenced this pull request Nov 28, 2024
christophstrobl added a commit that referenced this pull request Nov 28, 2024
Extend tests for parsing/rendering hql functions and expressions.
Assert count query creation works fine for when nested function calls are present in select.
Fix minor rendering issue that added superfluous leading whitespace to expressions nested within a function.
Bring newly added reserved keywords into order.

Original Pull Request: #3691
christophstrobl pushed a commit that referenced this pull request Nov 28, 2024
christophstrobl pushed a commit that referenced this pull request Nov 28, 2024
christophstrobl added a commit that referenced this pull request Nov 28, 2024
Extend tests for parsing/rendering hql functions and expressions.
Assert count query creation works fine for when nested function calls are present in select.
Fix minor rendering issue that added superfluous leading whitespace to expressions nested within a function.
Bring newly added reserved keywords into order.

Original Pull Request: #3691
@christophstrobl christophstrobl deleted the issue/3689 branch November 28, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: regression A regression from a previous release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HQL parser rejects INSERT … ON CONFLICT clause
2 participants