Merge branch '1.2.x'

This commit is contained in:
Stephane Nicoll 2015-07-27 14:58:37 +02:00
commit 4c5a1036a3
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ enum DatabaseDriver {
/**
* SQL Server
*/
SQLSERVER("com.microsoft.sqlserver.jdbc.SQLServerDriver");
SQLSERVER("com.microsoft.sqlserver.jdbc.SQLServerDriver", "com.microsoft.sqlserver.jdbc.SQLServerXADataSource");
private final String driverClassName;