We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I'm getting this error seemingly randomly, but pretty frequently:
** (CaseClauseError) no case clause matching: {:raise, %Sqlite.DbConnection.Error{connection_id: nil, message: "Disconnected", sqlite: nil}}
I've noticed this is happening in travis too
The text was updated successfully, but these errors were encountered:
Add interceptor for elixir-sqlite/sqlite_ecto2#204
c169499
We fight this a lot too. I believe it is caused by a GenServer timeout anytime SQLite takes longer than 5s to complete an operation
Sorry, something went wrong.
Elixir updates (#212)
50b849c
## Additions * Add CircleCI * Add/Enforce Credo ## Updates * Updated dependencies * Updated README.md ## Bug fixes * Fix #204 by fixing the case clause * Add default timeouts of 5000ms to queries.
Successfully merging a pull request may close this issue.
I'm getting this error seemingly randomly, but pretty frequently:
I've noticed this is happening in travis too
The text was updated successfully, but these errors were encountered: