Skip to content

Update libsqlite3-sys to 0.34.0 for SQLite 3.49.2 and rusqlite compatibility #3922

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kriswuollett
Copy link

Does your PR solve an issue?

fixes #3921 (compatibility with rusqlite in same workspace)

Is this a breaking change?

TBD to rely upon CI

@kriswuollett kriswuollett force-pushed the libsqlite3-sys-0.34.0 branch from 1d9027b to 350f5e5 Compare July 5, 2025 02:07
@kriswuollett kriswuollett force-pushed the libsqlite3-sys-0.34.0 branch from 350f5e5 to b479c80 Compare July 5, 2025 02:11
@abonander
Copy link
Collaborator

@kriswuollett I found a workaround for the build failure and reported the issue upstream: rusqlite/rusqlite#1716

@abonander
Copy link
Collaborator

TL;DR: just add this to sqlx-sqlite/Cargo.toml:

[build-dependencies]
# FIXME: https://github.com/rusqlite/rusqlite/issues/1716
# force `prettyplease` to a minimum version that supports C-string literals
prettyplease = "0.2.18"

@abonander abonander added this to the 0.9.0 milestone Jul 6, 2025
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.

Update libsqlite3-sys to 0.34.0
2 participants