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

Add support for plain SQL TableElement and CustomTableElement implementations #14807

Open
lukaseder opened this issue Mar 16, 2023 · 0 comments

Comments

@lukaseder
Copy link
Member

Users who wish to extend jOOQ's Constraint support with custom clauses can currently not add those clauses to generated DDL. They might resort to implementing internal API as can be seen here, but that's brittle:
https://groups.google.com/g/jooq-user/c/hywUqufzUmg

We could offer the construction of plain SQL TableElement and CustomTableElement implementations instead, where users can control the SQL generation themselves. This would also allow for adding arbitrary column specifications that we don't (yet) support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant