Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Conversation

@mlafeldt
Copy link
Collaborator

Validates that all non-null elements in a slice have the same type during binding to prevent crashes when mixed types are encountered.

Fixes #532

Validates that all non-null elements in a slice have the same type
during binding to prevent crashes when mixed types are encountered.
@AyushKaithwas
Copy link

Thank you!

Copy link
Collaborator

@taniabogatsch taniabogatsch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for looking into this! Left some comments. :)

@mlafeldt
Copy link
Collaborator Author

@taniabogatsch Thanks for the review. I've addressed all your comments. PTAL.

@mlafeldt
Copy link
Collaborator Author

@taniabogatsch Another round of refactorings based on your feedback. PTAL. 😎

@taniabogatsch taniabogatsch added the fix Fixes a bug label Sep 29, 2025
@taniabogatsch
Copy link
Collaborator

Looks good, thanks!!

@taniabogatsch taniabogatsch merged commit bf0b0ac into marcboeker:main Sep 29, 2025
17 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

fix Fixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

db.QueryContext crashes the server with SIGSEGV when invalid args are sent

3 participants