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

feat: bumped to libsqlite3-sys=0.30.1 to support sqlite 3.46 #3382

Merged
merged 2 commits into from
Jul 28, 2024

Conversation

CommanderStorm
Copy link
Contributor

Does your PR solve an issue?

Resolves #3369 (comment)

From a functionality wise, none of the changes in https://github.com/rusqlite/rusqlite/releases seem like they can break sqlx.
Maybe some of them could (I don't think "we"should) be used by the testing macro, IF that macro were sqlite-only.

On a motivation note, this comes with sqlite 3.46.
=> The query planner is now a bit smarter/more optimised. This might be significant for bulk inserts.

@BSteffaniak is there some feature that I am missing which is motivating your use?

@abonander
Copy link
Collaborator

@CommanderStorm if you rebase it should fix CI.

@CommanderStorm CommanderStorm changed the title Bumped to libsqlite3-sys=0.30.1 feat: bumped to libsqlite3-sys=0.30.1 to support sqlite 3.46 Jul 27, 2024
@abonander abonander merged commit 49d5dd7 into launchbadge:main Jul 28, 2024
70 checks passed
@CommanderStorm CommanderStorm deleted the sqlite-bump branch July 28, 2024 12:35
jrasanen pushed a commit to jrasanen/sqlx that referenced this pull request Oct 14, 2024
jrasanen pushed a commit to jrasanen/sqlx that referenced this pull request Oct 14, 2024
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.

Strange unwanted sqlite dependency when using sqlx 'chrono' feature along with rusqlite
2 participants