mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 18:12:25 -05:00
Update dependencies (#333)
This commit is contained in:
parent
ce22e03f9d
commit
182b4eea73
848 changed files with 377869 additions and 107280 deletions
2
vendor/github.com/uptrace/bun/query_update.go
generated
vendored
2
vendor/github.com/uptrace/bun/query_update.go
generated
vendored
|
|
@ -166,7 +166,7 @@ func (q *UpdateQuery) hasReturning() bool {
|
|||
//------------------------------------------------------------------------------
|
||||
|
||||
func (q *UpdateQuery) Operation() string {
|
||||
return "SELECT"
|
||||
return "UPDATE"
|
||||
}
|
||||
|
||||
func (q *UpdateQuery) AppendQuery(fmter schema.Formatter, b []byte) (_ []byte, err error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue