mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-03 16:29:13 +00:00
HHH-16556 Correct MS SQL 2016 deprecation version
Use version 13 as suggestion in the deprecation warning instead of 11 which is version MS SQL 2012
This commit is contained in:
parent
f2f19fecbf
commit
e6fc35fa56
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Microsoft SQL Server 2016 Dialect
|
* Microsoft SQL Server 2016 Dialect
|
||||||
* @deprecated use {@code SQLServerDialect(11)}
|
* @deprecated use {@code SQLServerDialect(13)}
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public class SQLServer2016Dialect extends SQLServerDialect {
|
public class SQLServer2016Dialect extends SQLServerDialect {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user