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

Support tokenize SQL function #24

Merged
merged 2 commits into from
Nov 6, 2023
Merged

Support tokenize SQL function #24

merged 2 commits into from
Nov 6, 2023

Conversation

lu-zhengda
Copy link
Collaborator

This PR adds support to tokenize SQL functions.
Functions are previously tokenized as identifiers. With the support to correctly tokenize function names, we are able to normalize SQL queries without appending additional spaces between function and open parentheses.

@lu-zhengda lu-zhengda marked this pull request as ready for review November 6, 2023 18:08
@lu-zhengda lu-zhengda requested a review from a team as a code owner November 6, 2023 18:08
@lu-zhengda lu-zhengda merged commit 5e11e41 into main Nov 6, 2023
3 checks passed
@lu-zhengda lu-zhengda deleted the zhengda.lu/function branch November 6, 2023 18: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.

2 participants