Skip to content

fix(sqlite): migrate datetime format builders off time 0.3.48-depreca…#4317

Open
LiamCarPer wants to merge 2 commits into
transact-rs:mainfrom
LiamCarPer:fix/sqlite-time-format-migration
Open

fix(sqlite): migrate datetime format builders off time 0.3.48-depreca…#4317
LiamCarPer wants to merge 2 commits into
transact-rs:mainfrom
LiamCarPer:fix/sqlite-time-format-migration

Conversation

@LiamCarPer

Copy link
Copy Markdown

Does your PR solve an issue?

Closes #4310.

Replaces the #![allow(deprecated)] stopgap from #4310 with the actual migration to format_description! macros, matching the approach used by the mysql and postgres drivers.

Is this a breaking change?

No. The parsing behavior is unchanged — the same format descriptors are produced, just constructed via the format_description! macro instead of manually-built BorrowedFormatItem trees.

@LiamCarPer LiamCarPer force-pushed the fix/sqlite-time-format-migration branch from 2e99cb4 to 8f9a00a Compare June 20, 2026 09:18
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.

sqlx-sqlite: migrate datetime format builders off time 0.3.48-deprecated component API

1 participant