-
-
Notifications
You must be signed in to change notification settings - Fork 121
Test against multiple SQLite versions #654
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
Conversation
Ouch, looks like it really doesn't like that ancient SQLite version:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #654 +/- ##
==========================================
- Coverage 95.65% 95.64% -0.02%
==========================================
Files 8 8
Lines 2874 2867 -7
==========================================
- Hits 2749 2742 -7
Misses 125 125 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
290f250
to
ba74194
Compare
Now this fails:
|
I think this is wrong: select distinct name from pragma_function_list Should be: select distinct name from pragma_function_list() |
Turns out other tests also skip if no |
Borrowed from simonw/datasette@8f86d2af6
Refs:
cherry-picked from:
📚 Documentation preview 📚: https://sqlite-utils--654.org.readthedocs.build/en/654/