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

fix: incorrect sqlite driver #24

Merged
merged 1 commit into from
Jun 28, 2022
Merged

fix: incorrect sqlite driver #24

merged 1 commit into from
Jun 28, 2022

Conversation

bentsherman
Copy link
Member

The sqlite driver is org.sqlite.JDBC but is referenced in the code as org.sqlite.Driver. Current workaround is to provide --driver org.sqlite.JDBC.

@jorgeaguileraseqera
Copy link
Contributor

"funny" thing is we're using the right driver in the test

@pditommaso pditommaso merged commit 3ed613a into master Jun 28, 2022
@pditommaso pditommaso deleted the fix-sqlite-driver branch June 28, 2022 08:01
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

Successfully merging this pull request may close these issues.

3 participants