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 the special double number for the dialect supporting unquoted_hyphenated_identifiers #1622

Closed
goldmedal opened this issue Dec 27, 2024 · 0 comments · Fixed by #1621
Closed

Comments

@goldmedal
Copy link
Contributor

Description

#1621 fixed the parsing special double number for general dialects but it doesn't cover the dialect supporting unquoted_hyphenated_identifiers. However, the double values below are also supported by them (e.g. BigQuery)

0.
.0
.0e-0
0.e-0

We should fix them and enable the tests sqlparser_common::test_double_value.

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 a pull request may close this issue.

1 participant