We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Changes to fix #424 also make nil slice be converted to zero-length blob. Instead, nil slice should be converted to value NULL.
nil
NULL
Current code: []byte -> zero length blob nil -> zero length blob Proposal: []byte -> zero length blob nil -> NULL blob
I can submit a PR if the proposal makes sense to you.
The text was updated successfully, but these errors were encountered:
@lucasmrod makes sense, can you submit a PR of evaluation and testing, please also include tests in your PR.
Sorry, something went wrong.
Merge pull request #583 from lucasmrod/bug/#542-nil-byte-slice-to-nul…
6d0b39d
…l-blob Add nil check in bind and a test
No branches or pull requests
Changes to fix #424 also make
nil
slice be converted to zero-length blob. Instead,nil
slice should be converted to valueNULL
.I can submit a PR if the proposal makes sense to you.
The text was updated successfully, but these errors were encountered: