mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 01:22:26 -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/value.go
generated
vendored
2
vendor/github.com/ncruces/go-sqlite3/value.go
generated
vendored
|
|
@ -177,7 +177,7 @@ func (v Value) JSON(ptr any) error {
|
|||
var data []byte
|
||||
switch v.Type() {
|
||||
case NULL:
|
||||
data = append(data, "null"...)
|
||||
data = []byte("null")
|
||||
case TEXT:
|
||||
data = v.RawText()
|
||||
case BLOB:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue