-
Notifications
You must be signed in to change notification settings - Fork 564
Bump to xamarin/sqlite/3.34.0@c9eba82c #5460
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
|
While you were away, the default branch for xamarin/sqlite was changed from
(I would have done 3.34 at the time, but Google's SQLite patch didn't apply to 3.34 at the time, so…) @grendello: Would it be possible to update things to use sqlite/main instead of sqlite/master? |
jonpryor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@jonpryor the upstream patch still doesn't apply, I fixed it by hand :) |
caecfe4 to
2e6ed89
Compare
|
@jonpryor I removed the "master" based branch and replaced with one rebased on "main" - it DID rewrite history for |
2e6ed89 to
9a9db70
Compare
|
@grendello wrote:
You are a braver man than I. |
It was only a very small fragment, offset by a couple hundred lines |
Context: https://sqlite.org/releaselog/3_34_1.html Changes: https://github.com/xamarin/sqlite/compare/3.34.0..3.34.1 The most important upstream change is: * Fix a potential use-after-free bug when processing a a subquery with both a correlated WHERE clause and a "HAVING 0" clause and where the parent query is an aggregate.
Context: https://sqlite.org/releaselog/3_32_3.html
Context: https://sqlite.org/releaselog/3_33_0.html
Context: https://sqlite.org/releaselog/3_34_0.html
Changes: https://github.com/xamarin/sqlite/compare/3.32.2..3.34.0