Navigation Menu

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

Support various H2 ALTER .. IF EXISTS statements #9374

Closed
2 tasks done
lukaseder opened this issue Oct 15, 2019 · 2 comments
Closed
2 tasks done

Support various H2 ALTER .. IF EXISTS statements #9374

lukaseder opened this issue Oct 15, 2019 · 2 comments

Comments

@lukaseder
Copy link
Member

lukaseder commented Oct 15, 2019

More recent versions of H2 support a variety of ALTER .. IF EXISTS statements, which we currently do not formally support. These include:

  • ALTER SEQUENCE IF EXISTS
  • ALTER VIEW IF EXISTS

See also comment here: #5087 (comment)

@katzyn
Copy link

katzyn commented Oct 15, 2019

I don't see a change for alterSequenceIfExists() methods.

@lukaseder
Copy link
Member Author

Thanks ;-)

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

3 participants