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

Parse and ignore SQLite DDL conflict-clause #13881

Closed
4 tasks done
lukaseder opened this issue Aug 18, 2022 · 1 comment
Closed
4 tasks done

Parse and ignore SQLite DDL conflict-clause #13881

lukaseder opened this issue Aug 18, 2022 · 1 comment

Comments

@lukaseder
Copy link
Member

lukaseder commented Aug 18, 2022

Starting with at least jOOQ 3.15 and #11286 (probably earlier too), we've started parsing SQLite's DDL, because the PRAGMA commands simply don't deliver enough meta data. This means that we run into limitations when users use more advanced, vendor specific features in SQLite, which we don't support yet, see e.g. this report: #13879

This issue will parse and ignore some documented SQLite DDL clauses, including:


See also:

@lukaseder
Copy link
Member Author

Fixed in jOOQ 3.18.0, 3.17.4 (#13888), and 3.16.10 (#13889)

3.18 Other improvements automation moved this from To do to Done Aug 18, 2022
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