Fix linter errors.
This commit is contained in:
parent
733614d245
commit
fd11c377b9
7 changed files with 12 additions and 12 deletions
|
|
@ -292,7 +292,7 @@ func (s *selectStatementImpl) Exec(db execution.DB) (res sql.Result, err error)
|
|||
}
|
||||
|
||||
func (s *selectStatementImpl) ExecContext(context context.Context, db execution.DB) (res sql.Result, err error) {
|
||||
return execContext(s.parent, db, context)
|
||||
return execContext(context, s.parent, db)
|
||||
}
|
||||
|
||||
// SelectLock is interface for SELECT statement locks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue