-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add support for SQLite #129
Merged
Merged
Commits on Mar 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c7d416a - Browse repository at this point
Copy the full SHA c7d416aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a98253 - Browse repository at this point
Copy the full SHA 7a98253View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27cd552 - Browse repository at this point
Copy the full SHA 27cd552View commit details -
Configuration menu - View commit details
-
Copy full SHA for cca0963 - Browse repository at this point
Copy the full SHA cca0963View commit details -
Configuration menu - View commit details
-
Copy full SHA for 553f03f - Browse repository at this point
Copy the full SHA 553f03fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d042e3 - Browse repository at this point
Copy the full SHA 5d042e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ab0701 - Browse repository at this point
Copy the full SHA 7ab0701View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a48cf3 - Browse repository at this point
Copy the full SHA 1a48cf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0421c9f - Browse repository at this point
Copy the full SHA 0421c9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30897dd - Browse repository at this point
Copy the full SHA 30897ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 444ffff - Browse repository at this point
Copy the full SHA 444ffffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 751efdf - Browse repository at this point
Copy the full SHA 751efdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3799c3 - Browse repository at this point
Copy the full SHA a3799c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f27026 - Browse repository at this point
Copy the full SHA 5f27026View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0130fe1 - Browse repository at this point
Copy the full SHA 0130fe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63ef321 - Browse repository at this point
Copy the full SHA 63ef321View commit details -
sqlite: make the implementation far less naive
* WAL * sync = NORMAL, thought on this for awhile, all signs point to this being a very good default for WAL usage * separate worker thread per SQLite connection
Configuration menu - View commit details
-
Copy full SHA for 69ea41d - Browse repository at this point
Copy the full SHA 69ea41dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c661fdd - Browse repository at this point
Copy the full SHA c661fddView commit details -
Configuration menu - View commit details
-
Copy full SHA for cddaf1b - Browse repository at this point
Copy the full SHA cddaf1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd99fc3 - Browse repository at this point
Copy the full SHA dd99fc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68853ad - Browse repository at this point
Copy the full SHA 68853adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21097e1 - Browse repository at this point
Copy the full SHA 21097e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2abc451 - Browse repository at this point
Copy the full SHA 2abc451View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97b50b9 - Browse repository at this point
Copy the full SHA 97b50b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69b1d7f - Browse repository at this point
Copy the full SHA 69b1d7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 426361f - Browse repository at this point
Copy the full SHA 426361fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f667910 - Browse repository at this point
Copy the full SHA f667910View commit details -
sqlite: produce connection specific errors
postgres, mysql: use derive for Debug for error types
Configuration menu - View commit details
-
Copy full SHA for 68d4a0d - Browse repository at this point
Copy the full SHA 68d4a0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab20db1 - Browse repository at this point
Copy the full SHA ab20db1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.