Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1682 +/- ##
=======================================
Coverage 86.90% 86.90%
=======================================
Files 58 58
Lines 10638 10641 +3
=======================================
+ Hits 9245 9248 +3
Misses 1393 1393 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
As there is no SQLite library available / installed by default on Windows, without the `bundled` feature, the build fails
|
Am I doing something wrong or are the functions behind this feature not showing in the documentation? |
Collaborator
Author
Definitely not: features = ["modern-full", "rusqlite-macros"]
no-default-features = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Related to #1173
Breaking change for all dependents that use
default-features = falseMaybe we should provide a simple LRU cache impl (instead of no cache at all) like the one provided by default for the official TCL bindings which is based on a linked list.