Skip to content

Align rusqlite feature passthroughs with 0.40 defaults#53

Merged
ryanfowler merged 1 commit into
mainfrom
update-rusqlite-feature-passthrough
May 27, 2026
Merged

Align rusqlite feature passthroughs with 0.40 defaults#53
ryanfowler merged 1 commit into
mainfrom
update-rusqlite-feature-passthrough

Conversation

@ryanfowler

Copy link
Copy Markdown
Owner

Summary

  • Disable rusqlite default features at the dependency edge and model async-sqlite defaults explicitly.
  • Add pass-through support for the missing public rusqlite features: collation, column_metadata, i128_blob, jiff, preupdate_hook, serialize, and series.
  • Update crate docs and agent guidance to reflect the explicit default feature set.

Testing

  • cargo check
  • cargo check --no-default-features
  • cargo check --no-default-features --features "bundled collation column_metadata i128_blob jiff preupdate_hook serialize series"
  • cargo test

@ryanfowler ryanfowler merged commit 46d430f into main May 27, 2026
2 checks passed
@ryanfowler ryanfowler deleted the update-rusqlite-feature-passthrough branch May 27, 2026 05:57
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.

1 participant