Skip to content

fix: spec_error is used by try_from derive#3915

Merged
abonander merged 1 commit into
transact-rs:mainfrom
saiintbrisson:patch-1
Jul 2, 2025
Merged

fix: spec_error is used by try_from derive#3915
abonander merged 1 commit into
transact-rs:mainfrom
saiintbrisson:patch-1

Conversation

@saiintbrisson
Copy link
Copy Markdown
Contributor

Hi, it's been a while :).

The try_from field attribute in FromRow uses __spec_error to generate a column decode error. The spec_error is currently gated behind the macros feature flag only, but should also be available when using only derive.

The `try_from` field attribute in `FromRow` uses `__spec_error` to generate a column decode error. The `spec_error` is currently gated behind the macros feature flag only, but should also be available when using only `derive`.
@abonander abonander merged commit 8ebc6f9 into transact-rs:main Jul 2, 2025
84 checks passed
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