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 additional CREATE TRIGGER features #11321

Open
5 tasks
lukaseder opened this issue Jan 27, 2021 · 0 comments
Open
5 tasks

Add support for additional CREATE TRIGGER features #11321

lukaseder opened this issue Jan 27, 2021 · 0 comments

Comments

@lukaseder
Copy link
Member

lukaseder commented Jan 27, 2021

jOOQ 3.15 introduces basic support for CREATE TRIGGER statements (#6956). Some additional clauses will be supported in the future, including:

  • BEFORE <other trigger name> (e.g. HSQLDB), or FOLLOWS | PRECEDES (e.g. Oracle)
  • REFERENCING { OLD TABLE | NEW TABLE } (e.g. Db2)
  • ENABLE | DISABLE (e.g. Oracle)
  • System triggers (e.g. logon triggers in Oracle)
  • EXTERNAL NAME (e.g. SQL Server)
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