Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test compatibility with other SQL databases #20

Closed
tjheslin1 opened this issue Jan 20, 2018 · 1 comment
Closed

Test compatibility with other SQL databases #20

tjheslin1 opened this issue Jan 20, 2018 · 1 comment
Assignees

Comments

@tjheslin1
Copy link
Owner

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
@tjheslin1 tjheslin1 self-assigned this Jan 20, 2018
@tjheslin1
Copy link
Owner Author

Duplicate of #13

@tjheslin1 tjheslin1 marked this as a duplicate of #13 Feb 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant