Skip to content

Fix a marshalling error for columns of type Maybe (Vector a)#740

Merged
LaurentRDC merged 4 commits intomasterfrom
fix-692
Jan 3, 2025
Merged

Fix a marshalling error for columns of type Maybe (Vector a)#740
LaurentRDC merged 4 commits intomasterfrom
fix-692

Conversation

@LaurentRDC
Copy link
Member

This pull request fixes a small conversion error where querying Nothing from a column of type Maybe (Vector a) would return Just [] instead of Nothing.

Fixes #692

@LaurentRDC LaurentRDC merged commit 47cca8c into master Jan 3, 2025
16 checks passed
@LaurentRDC LaurentRDC deleted the fix-692 branch January 3, 2025 19:32
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.

Postgres column doesn't roundtrip for type Maybe (Vector Text)

1 participant