mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 21:12:25 -05:00
[chore] Upgrade wasm-sqlite to v0.16.2 (#2997)
This commit is contained in:
parent
dcf825bd87
commit
978b4176f1
55 changed files with 1075 additions and 1040 deletions
2
vendor/github.com/ncruces/go-sqlite3/stmt.go
generated
vendored
2
vendor/github.com/ncruces/go-sqlite3/stmt.go
generated
vendored
|
|
@ -564,7 +564,7 @@ func (s *Stmt) ColumnJSON(col int, ptr any) error {
|
|||
var data []byte
|
||||
switch s.ColumnType(col) {
|
||||
case NULL:
|
||||
data = append(data, "null"...)
|
||||
data = []byte("null")
|
||||
case TEXT:
|
||||
data = s.ColumnRawText(col)
|
||||
case BLOB:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue