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

Fix @Support annotations on AlterTableDropStep #8773

Closed
knutwannheden opened this issue Jun 11, 2019 · 2 comments
Closed

Fix @Support annotations on AlterTableDropStep #8773

knutwannheden opened this issue Jun 11, 2019 · 2 comments

Comments

@knutwannheden
Copy link
Contributor

The @Support annotations on the methods of AlterTableDropStep (cascade() and restrict()) don't explicitly list any dialects. Although the dialects actually supporting ALTER TABLE ... DROP COLUMN ... [ CASCADE | RESTRICT ] is probably limited. This should be fixed.

@lukaseder
Copy link
Member

Indeed. Probably, most dialects support RESTRICT either explicitly as a keyword, or implicitly as a default behaviour, but CASCADE is unlikely to be widely supported.

@lukaseder
Copy link
Member

This was fixed with #9380 in jOOQ 3.13

3.17 Other improvements automation moved this from To do to Done Jan 25, 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

2 participants