Skip to content

fix(postgrest): remove check against message field in data payload#1413

Merged
o-santi merged 1 commit intomainfrom
postgrest/dont-check-for-message-in-payload
Mar 12, 2026
Merged

fix(postgrest): remove check against message field in data payload#1413
o-santi merged 1 commit intomainfrom
postgrest/dont-check-for-message-in-payload

Conversation

@o-santi
Copy link
Contributor

@o-santi o-santi commented Mar 12, 2026

What kind of change does this PR introduce?

Removes hard coded check against message field in data payload in any APIResponse.

Fixes #1408.

I don't understand why it was here before, and it seems to work
against us, because message is a totally valid field to be returned
from a data api
@o-santi o-santi force-pushed the postgrest/dont-check-for-message-in-payload branch from 3374031 to 8537138 Compare March 12, 2026 16:52
@o-santi o-santi merged commit 81041a4 into main Mar 12, 2026
40 checks passed
@o-santi o-santi deleted the postgrest/dont-check-for-message-in-payload branch March 12, 2026 16:55
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.

.single() queries fail with ValidationError when a database column is named message

2 participants