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:
Vincent Jansen 2023-05-05 10:37:23 +02:00 committed by Gavin King
parent f2f19fecbf
commit e6fc35fa56

View File

@ -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 {