touchlab / SQLiter

Minimal multiplatform sqlite library
https://touchlab.co
173 stars 35 forks source link

Add support for binding empty bytes. #102

Closed robxyy closed 10 months ago

robxyy commented 1 year ago

Fix #42, refer: The return value from sqlite3_column_blob() for a zero-length BLOB is a NULL pointer.