tursodatabase / tursodatabase/libsql
C Bindings does not fetch null Blob value
Open
@LucioFranco is already working on this.
Since Oct 16, 2023.
- Dominant language
- C
- Stars
- 17.2k
- Forks
- 531
- Avg merge
- 1h 12m
- Merged PRs (30d)
- 1
Description
When trying to extract a NULL value from a row's BLOB type column, it matches the not a blob pattern https://github.com/tursodatabase/libsql/blob/f26c08f57797e23f688ab3204430bc68aa2c81ae/bindings/c/src/lib.rs#L421-L424
As a bonus, it appears that the error message is wrong :)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.