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

Restore START sequence option in PostgreSQL mode and improve documentation of MSSQLServer mode #3760

Merged
merged 3 commits into from Mar 19, 2023

Conversation

katzyn
Copy link
Contributor

@katzyn katzyn commented Mar 19, 2023

  1. <sequence generator start with option> in PostgreSQL doesn't require WITH keyword and can be specified as START 1. It was also possible in historic versions of H2, but modern versions don't allow this syntax. Possibility to use it is restored here only for PostgreSQL compatibility mode. Closes H2 2.x cannot read PostgreSQL-style sequence generator start with option without WITH keyword #3675.
  2. Documentation of MSSQLServer compatibility mode now suggests ;DATABASE_TO_UPPER=FALSE;CASE_INSENSITIVE_IDENTIFIERS=TRUE for better compatibility.
  3. AssertionError in FileStore.serializeAndStore() is fixed. Closes AssertionError in mvstore.FileStore.serializeAndStore #3642.

@katzyn katzyn merged commit 9ef778d into h2database:master Mar 19, 2023
@katzyn katzyn deleted the compatibility branch April 27, 2023 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant