Skip to content

Commit

Permalink
HHH-12973 - Inconsistent identity generation when using the default @…
Browse files Browse the repository at this point in the history
…SequenceGenerator with a database sequence having the increment size of 1

- add SQL Server JDBC Driver version upgrade note to migration guides
  • Loading branch information
vladmihalcea committed Oct 12, 2018
1 parent 41e4972 commit e9e6b05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions migration-guide.adoc
Expand Up @@ -17,3 +17,6 @@ Hibernate Spatial depends on the https://github.com/locationtech/jts[Java Topolo

See https://github.com/locationtech/jts/blob/master/MIGRATION.md[the JTS Migration guide] for more information.

=== SQL Server JDBC Driver version upgrade to at least 6.1.2

Due to fixing https://hibernate.atlassian.net/browse/HHH-12973[HHH-12973], you need to upgrade the JDBC Driver version to at least 6.1.2. Due to https://github.com/Microsoft/mssql-jdbc/issues/91[this bug], the older versions of the SQL Server JDBC Driver cannot introspect the `INFORMATION_SCHEMA.SEQUENCES` without closing the database connection.

0 comments on commit e9e6b05

Please sign in to comment.