Commit 0c305678 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #15124 from breglerj

* pr/15124:
  Fix HANA validation query
parents f274772d e74348ee
...@@ -104,7 +104,7 @@ public enum DatabaseDriver { ...@@ -104,7 +104,7 @@ public enum DatabaseDriver {
* @since 2.1.0 * @since 2.1.0
*/ */
HANA("HDB", "com.sap.db.jdbc.Driver", "com.sap.db.jdbcext.XADataSourceSAP", HANA("HDB", "com.sap.db.jdbc.Driver", "com.sap.db.jdbcext.XADataSourceSAP",
"SELECT 1 FROM DUMMY") { "SELECT 1 FROM SYS.DUMMY") {
@Override @Override
protected Collection<String> getUrlPrefixes() { protected Collection<String> getUrlPrefixes() {
return Collections.singleton("sap"); return Collections.singleton("sap");
......
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