mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-05 20:43:16 -06:00
update bun libraries to v1.2.5
This commit is contained in:
parent
45e1609377
commit
3d3e023439
79 changed files with 4542 additions and 1430 deletions
2
vendor/github.com/uptrace/bun/schema/dialect.go
generated
vendored
2
vendor/github.com/uptrace/bun/schema/dialect.go
generated
vendored
|
|
@ -118,7 +118,7 @@ func (BaseDialect) AppendJSON(b, jsonb []byte) []byte {
|
|||
case '\000':
|
||||
continue
|
||||
case '\\':
|
||||
if p.SkipBytes([]byte("u0000")) {
|
||||
if p.CutPrefix([]byte("u0000")) {
|
||||
b = append(b, `\\u0000`...)
|
||||
} else {
|
||||
b = append(b, '\\')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue