#910 - SQL Server update

This commit is contained in:
Rob Bygrave
2016-12-03 13:18:33 +13:00
parent 2dbd543127
commit 14dedb7b9a
3 changed files with 14 additions and 3 deletions
@@ -17,7 +17,7 @@ public class MsSqlServer2005Platform extends DatabasePlatform {
public MsSqlServer2005Platform() {
super();
this.name = "mssqlserver2005";
this.name = "sqlserver";
// effectively disable persistBatchOnCascade mode for SQL Server
// due to lack of support for getGeneratedKeys in batch mode
this.persistBatchOnCascade = PersistBatch.NONE;