sqlite
sqlite copied to clipboard
Allow custom functions to return nonzero BLOB
Context lacks the expected method ResultBlob for nonzero blobs, even though it implements ResultZeroBlob for zeroed blobs of arbitrary size. As a result, custom functions cannot currently return []byte results, such as cryptographic hashes.
Fixes #124