Skip to content

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

Merged
abonander merged 2 commits intolaunchbadge:mainfrom
CommanderStorm:sqlite-bump
Jul 28, 2024
Merged

feat: bumped to libsqlite3-sys=0.30.1 to support sqlite 3.46#3382
abonander merged 2 commits intolaunchbadge:mainfrom
CommanderStorm:sqlite-bump

Conversation

@CommanderStorm
Copy link
Copy Markdown
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
Copy Markdown
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
@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