-
-
Notifications
You must be signed in to change notification settings - Fork 15.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
sqlite: 3.28.0 -> 3.30.0, sqlite-analyzer: 3.28.0 -> 3.30.0, resolves #70127 and #68583 #70593
Conversation
I have no idea what the failing checks mean. I assume it's just a hickup. |
@GrahamcOfBorg build sqlite sqlite-analyzer |
I ran the compilation for both on NixOS, and both succeeded. Also tested that this indeed fixes the issue using the snippet from https://www.sqlite.org/src/info/e4598ecbdd18bd82945f6029013296690e719a62 . |
@cko: given that nobody has come around yet, I'd suggest to rebase and push force again, that should retrigger ofBorg. |
@d-goldin that's a good idea, thank you! Done. |
Poke security team: @fpletz @domenkozar @grahamc |
@GrahamcOfBorg build pythonPackages.apsw python3Packages.sqlalchemy Testing these two because I saw build failures when I applied this to release-19.09, not sure if master has the same problem. I tried to fix those two by bumping to the latest versions, but no luck: apsw test failure / issue: rogerbinns/apsw#275 |
@ivan: Thanks for pointing that out. I briefly looked around and it also does not seem like there is an issue filed with sqlalchemy yet, so it might take a little while. Also because the failure actually looks like some more significant change has happened. I don't think this issue is too high severity, but since we're at it, maybe we can go with a backported fix like in: d-goldin@3958e02 I ran sqlalchemy and apsw against it, and it seemed to pass the tests fine. |
One commit per package please. |
This seems somewhat stalled a bit. Should I open a PR just for SQLite with the backported fix instead? |
Actually, 6101751 went in so closing. |
@FRidh: Alright, missed that one. Keep in mind that it might have breakages with sqlalchemy, as outlined above. |
Yep, I pushed a fix for sqlalchemy. |
@FRidh: Ah, great that there is a fix a vailable upstream by now. Is the plan to backport the bumped version + sqlalchemy fix to release-19.09 too, or might a backport be more suitable for that? |
I don't know. I kind of hoped we would not have to backport a sqlite version bump |
@FRidh: I agree, that would be not overly stable releasy. I propose the backport PR listed above my comment. |
FWIW sqlite 3.30.1 has been released! \o/ |
Could you open a PR? I think we can keep that one for the next iteration. Most things have already been built now with 3.30.0. |
replaces #65402
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @eelco @np