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

Bump libsqlite3-sys #2309

Closed
wants to merge 2 commits into from
Closed

Conversation

madadam
Copy link
Contributor

@madadam madadam commented Jan 19, 2023

Bumps libsqlite3-sys to v0.25.2 (which bumps sqlite to 3.40.1).

This seems to fix some random glitches that we've been experiencing when running our integration test suite so it would be great to have this merged soon.

I've also included @tyrelr's #2228 because it wouldn't compile without it.

@madadam
Copy link
Contributor Author

madadam commented Jan 19, 2023

Hm, there is a test failure here:

assert_eq!(info.nullable(0), Some(false), "{}", query);
. Wonder if the EXPLAIN format changed in the new sqlite version?

@CosmicHorrorDev
Copy link
Contributor

See #2094

SQLite is already bumped to v0.25 on the v0.7 branch that is pending release

@abonander abonander closed this Jan 20, 2023
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