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

QOM.CreateTrigger and related API should work with new org.jooq.Trigger type #15872

Closed
lukaseder opened this issue Nov 24, 2023 · 1 comment
Closed

Comments

@lukaseder
Copy link
Member

Starting with jOOQ 3.19, we now have an org.jooq.Trigger type (see #11248), which manages meta data for triggers. As such, the DSL and QOM API should work with this new type, rather than simply with org.jooq.Name.

This is an incompatible change of the (still experimental) QOM API and is thus listed separately from #11248

@lukaseder
Copy link
Member Author

This will be implemented with #11248

3.13 DDL interpretation automation moved this from To do to Done Nov 24, 2023
lukaseder added a commit that referenced this issue Nov 24, 2023
This includes:

- [#15872] QOM.CreateTrigger and related API should work with new org.jooq.Trigger type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment