Merge branch '1.2.x'

This commit is contained in:
Stephane Nicoll
2015-07-27 14:58:37 +02:00

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;