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

Parser parses PRIMARYKEY as PRIMARY KEY #11290

Closed
lukaseder opened this issue Jan 22, 2021 · 3 comments
Closed

Parser parses PRIMARYKEY as PRIMARY KEY #11290

lukaseder opened this issue Jan 22, 2021 · 3 comments

Comments

@lukaseder
Copy link
Member

lukaseder commented Jan 22, 2021

Our parsing utilities seem to parse PRIMARYKEY and PRIMARY KEY as the same thing. This seems to apply to other compound keywords as well, e.g. GROUPBY is parsed as GROUP BY.

This is probably a recent regression from a refactoring. I don't think this was the case when the parser was first created.

@lukaseder
Copy link
Member Author

lukaseder commented Jan 22, 2021

robably introduced with #11093 in 3.15 only, not yet released in 3.14. Nope, can be reproduced in 3.14 as well!

@lukaseder
Copy link
Member Author

Maybe as old as #6485 (3.11)?

@lukaseder
Copy link
Member Author

Fixed in jOOQ 3.15.0 and 3.14.6 (#11291)

3.15 Other improvements automation moved this from To do to Done Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant