You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working on #17 has led to the removal of OracleDataSource during the Hikario connection pool creation, instead relying on the url. This was due to a upgrade in the HikariCP library breaking compatibility between the H2 database and the OracleDataSource (url incompatibility).
With this change Patterdale should work with other SQL databases.
For example:
MySQL
postgres
The text was updated successfully, but these errors were encountered:
Working on #17 has led to the removal of
OracleDataSource
during the Hikario connection pool creation, instead relying on the url. This was due to a upgrade in the HikariCP library breaking compatibility between the H2 database and theOracleDataSource
(url incompatibility).With this change Patterdale should work with other SQL databases.
For example:
The text was updated successfully, but these errors were encountered: