-
-
Notifications
You must be signed in to change notification settings - Fork 725
Update SQLite bundled with Docker container #695
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
Comments
From https://www.sqlite.org/download.html the download URL is https://www.sqlite.org/2020/sqlite-autoconf-3310100.tar.gz |
On my laptop I can build and test like so:
|
Need to test with SpatiaLite here too.
|
Here's how to run the unit test suite inside the freshly built Docker container (built with a new SQLite):
I ran that against SQLite 3.31.1 and got one failure! It was for
|
Well that's odd. If I run the tests against SQLite 3.26.0 inside the container I get the same failure there as well:
|
SpatiaLite testing works fine. I'm going to ship this even though there's a single failing test, since that's not a regression from the previous Docker release. I'm going to file a separate issue about that. |
Shipped in Datasette 0.38. |
It's 3.26.0 at the moment:
datasette/Dockerfile
Lines 9 to 11 in af9cd4c
Most recent release is 3.31.1: https://www.sqlite.org/releaselog/3_31_1.html
The text was updated successfully, but these errors were encountered: