Skip to content

Disable SeaORM default features#491

Merged
appcypher merged 1 commit intosuperradcompany:mainfrom
green-got:disable-sea-orm-time-feature
Apr 3, 2026
Merged

Disable SeaORM default features#491
appcypher merged 1 commit intosuperradcompany:mainfrom
green-got:disable-sea-orm-time-feature

Conversation

@enricoschaaf
Copy link
Copy Markdown
Contributor

Feature unification is the problem here. sea-orm enables both with-time and with-chrono through defaults, and once time is in the unified graph it effectively wins over with-chrono for
the SQLx types. That breaks our sqlx::query! and query_as! macros, which expect the chrono-backed timestamp types we use across the repo.

Copy link
Copy Markdown
Member

@appcypher appcypher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@appcypher
Copy link
Copy Markdown
Member

Should make it into v0.3.10

@appcypher appcypher merged commit ec5671a into superradcompany:main Apr 3, 2026
10 checks passed
@enricoschaaf
Copy link
Copy Markdown
Contributor Author

Thanks 😍

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.

2 participants