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

[Bug]: PG SQL 中 partition_bound_spec 规则重复 #400

Open
LuckyFBB opened this issue Feb 14, 2025 · 0 comments
Open

[Bug]: PG SQL 中 partition_bound_spec 规则重复 #400

LuckyFBB opened this issue Feb 14, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@LuckyFBB
Copy link
Collaborator

Version

4.1.0-beta.0

Which SQL?

Postgre

SQL content

JavaScript/TypeScript code

What happened?

规则重复

partitionBoundSpec
: KW_FOR KW_VALUES KW_WITH OPEN_PAREN KW_MODULUS Integral COMMA KW_REMAINDER Integral CLOSE_PAREN
| KW_FOR KW_VALUES KW_IN executeParamClause
| KW_FOR KW_VALUES KW_FROM executeParamClause KW_TO executeParamClause
| KW_DEFAULT
;

partition_bound_spec
: KW_IN executeParamClause
| KW_FROM partition_bound_clause KW_TO partition_bound_clause
| KW_WITH partition_with_clause
;

Relevant log output

@LuckyFBB LuckyFBB self-assigned this Feb 14, 2025
@mumiao mumiao added the bug Something isn't working label Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants