Skip to content

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

Development

Successfully merging this pull request may close these issues.

H2 2.x cannot read PostgreSQL-style sequence generator start with option without WITH keyword AssertionError in mvstore.FileStore.serializeAndStore

1 participant