Commit d57f3afd authored by Stephane Nicoll's avatar Stephane Nicoll

Add XA datasource for Apache Derby

Closes gh-6823
parent 02b0e395
......@@ -38,7 +38,8 @@ public enum DatabaseDriver {
/**
* Apache Derby.
*/
DERBY("Apache Derby", "org.apache.derby.jdbc.EmbeddedDriver", null,
DERBY("Apache Derby", "org.apache.derby.jdbc.EmbeddedDriver",
"org.apache.derby.jdbc.EmbeddedXADataSource",
"SELECT 1 FROM SYSIBM.SYSDUMMY1"),
/**
......
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