Commit 4c5a1036 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '1.2.x'

parents fdee5613 3953baba
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment