bump ncruces/go-sqlite3 to v0.20.2

This commit is contained in:
kim 2024-11-06 20:57:18 +00:00
commit a3e32e9ebe
27 changed files with 963 additions and 311 deletions

View file

@ -89,6 +89,7 @@ func (ctx Context) ResultText(value string) {
}
// ResultRawText sets the text result of the function to a []byte.
// Returning a nil slice is the same as calling [Context.ResultNull].
//
// https://sqlite.org/c3ref/result_blob.html
func (ctx Context) ResultRawText(value []byte) {