Skip to content

Commit

Permalink
Merge pull request spring-projects#15124 from breglerj
Browse files Browse the repository at this point in the history
* pr/15124:
  Fix HANA validation query
  • Loading branch information
snicoll committed Nov 10, 2018
2 parents f274772 + e74348e commit 0c30567
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public String getId() {
* @since 2.1.0
*/
HANA("HDB", "com.sap.db.jdbc.Driver", "com.sap.db.jdbcext.XADataSourceSAP",
"SELECT 1 FROM DUMMY") {
"SELECT 1 FROM SYS.DUMMY") {
@Override
protected Collection<String> getUrlPrefixes() {
return Collections.singleton("sap");
Expand Down

0 comments on commit 0c30567

Please sign in to comment.