Closed lukaszgi closed 3 years ago
Hikari was using SELECT 1 query to test connection. This query is not valid for Oracle database (maybe for others too). In RDBM enum test query was already defined, so I used that.
SELECT 1
Yeah, you are right. That was a very precise and clean fix, thank you. Best regards,
Hikari was using
SELECT 1
query to test connection. This query is not valid for Oracle database (maybe for others too). In RDBM enum test query was already defined, so I used that.