Skip to content
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

Update sqlite #1785

Closed
wants to merge 1 commit into from
Closed

Update sqlite #1785

wants to merge 1 commit into from

Conversation

mosfet80
Copy link
Contributor

Allocate additional memory from the heap for the SQL parser stack if that stack overflows, rather than reporting a "parser stack overflow" error.

Complete change list::
https://www.sqlite.org/releaselog/3_46_0.html

Allocate additional memory from the heap for the SQL parser stack if that stack overflows, rather than reporting a "parser stack overflow" error.

Complete change list::
https://www.sqlite.org/releaselog/3_46_0.html

Signed-off-by: mosfet80 <[email protected]>
@mosfet80 mosfet80 requested a review from a team as a code owner August 10, 2024 07:11
@mosfet80 mosfet80 requested review from gbiggs and jhdcs and removed request for a team August 10, 2024 07:11
Copy link
Contributor

@fujitatomoya fujitatomoya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm with green CI

Copy link
Contributor

@clalancette clalancette left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As with other vendored packages, I'd prefer to keep this the same as the version in Ubuntu 24.04, which is 3.45.1 (the version already vendored here). So I don't think we should take this at this time.

@fujitatomoya
Copy link
Contributor

@clalancette Ah okay, that is the the policy basically. (unless something comes up) i did not know that, thanks!

@MichaelOrlov
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants