mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-08-09 13:35:00 +02:00
migrate go version to 1.17 (#203)
* migrate go version to 1.17 * update contributing
This commit is contained in:
4
vendor/github.com/uptrace/bun/query_values.go
generated
vendored
4
vendor/github.com/uptrace/bun/query_values.go
generated
vendored
@ -94,6 +94,10 @@ func (q *ValuesQuery) AppendColumns(fmter schema.Formatter, b []byte) (_ []byte,
|
||||
return nil, fmt.Errorf("bun: Values does not support %T", q.model)
|
||||
}
|
||||
|
||||
func (q *ValuesQuery) Operation() string {
|
||||
return "SELECT"
|
||||
}
|
||||
|
||||
func (q *ValuesQuery) AppendQuery(fmter schema.Formatter, b []byte) (_ []byte, err error) {
|
||||
if q.err != nil {
|
||||
return nil, q.err
|
||||
|
Reference in New Issue
Block a user