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

CASSGO-44: keep nil slices in MapScan #1856

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

jameshartig
Copy link
Contributor

Previously if you read a NULL column as a varchar using MapScan it would store the value []byte{} in the map rather than []byte() which made it impossible to know if the value was NULL or not.

Patch by James Hartig for CASSGO-44

Previously if you read a NULL column as a varchar using MapScan it
would store the value []byte{} in the map rather than []byte() which
made it impossible to know if the value was NULL or not.

Patch by James Hartig for CASSGO-44
@jameshartig jameshartig marked this pull request as ready for review January 3, 2025 20: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.

1 participant