crawshaw / sqlite

Go SQLite3 driver
ISC License
561 stars 67 forks source link

Allow custom functions to return nonzero BLOB #121

Open jyopp opened 3 years ago

jyopp commented 3 years ago

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.

BrannonKing commented 3 years ago

Fixes #124