From 45e1609377631070765065ffb35ed7d29e8e81f1 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Thu, 7 Nov 2024 00:16:28 +0000 Subject: bump ncruces/go-sqlite3 to v0.20.2 (#3524) --- vendor/github.com/ncruces/go-sqlite3/stmt.go | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor/github.com/ncruces/go-sqlite3/stmt.go') diff --git a/vendor/github.com/ncruces/go-sqlite3/stmt.go b/vendor/github.com/ncruces/go-sqlite3/stmt.go index 9da2a2eaf..139dd3525 100644 --- a/vendor/github.com/ncruces/go-sqlite3/stmt.go +++ b/vendor/github.com/ncruces/go-sqlite3/stmt.go @@ -255,6 +255,7 @@ func (s *Stmt) BindText(param int, value string) error { // BindRawText binds a []byte to the prepared statement as text. // The leftmost SQL parameter has an index of 1. +// Binding a nil slice is the same as calling [Stmt.BindNull]. // // https://sqlite.org/c3ref/bind_blob.html func (s *Stmt) BindRawText(param int, value []byte) error { -- cgit v1.2.3