Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Jan 3, 2025

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