mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 15:52:26 -05:00
migrate go version to 1.17 (#203)
* migrate go version to 1.17 * update contributing
This commit is contained in:
parent
e681aac589
commit
f2e5bedea6
282 changed files with 11863 additions and 12600 deletions
4
vendor/github.com/uptrace/bun/query_base.go
generated
vendored
4
vendor/github.com/uptrace/bun/query_base.go
generated
vendored
|
|
@ -427,7 +427,7 @@ func (q *baseQuery) _getFields(omitPK bool) ([]*schema.Field, error) {
|
|||
|
||||
func (q *baseQuery) scan(
|
||||
ctx context.Context,
|
||||
queryApp schema.QueryAppender,
|
||||
queryApp schema.Query,
|
||||
query string,
|
||||
model model,
|
||||
hasDest bool,
|
||||
|
|
@ -459,7 +459,7 @@ func (q *baseQuery) scan(
|
|||
|
||||
func (q *baseQuery) exec(
|
||||
ctx context.Context,
|
||||
queryApp schema.QueryAppender,
|
||||
queryApp schema.Query,
|
||||
query string,
|
||||
) (sql.Result, error) {
|
||||
ctx, event := q.db.beforeQuery(ctx, queryApp, query, nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue