Joris Zwart
Results
2
issues of
Joris Zwart
By mistake stupid me executed an empty query. This resulted in an (infinite?) loop and hanged my application. The minimal example below reproduces this. This example uses an in-memory database,...
Add Blob I/O
23
Incremental Blob I/O ===================== This PR adds support for [Incremental Blob I/O](https://www.sqlite.org/c3ref/blob_open.html). Notes ----- - Modeled after [backup](/mattn/go-sqlite3/blob/master/backup.go) using a driver connection. - The interfaces *io.Reader* and *io.Closer* have been...