mirror of
https://gitee.com/johng/gf
synced 2026-07-06 21:45:34 +08:00
fix: for typo in comments for package contrib/drivers and gdb (#3366)
This commit is contained in:
@ -15,7 +15,7 @@ import (
|
||||
"github.com/gogf/gf/v2/errors/gerror"
|
||||
)
|
||||
|
||||
// DoInsert inserts or updates data forF given table.
|
||||
// DoInsert inserts or updates data for given table.
|
||||
func (d *Driver) DoInsert(ctx context.Context, link gdb.Link, table string, list gdb.List, option gdb.DoInsertOption) (result sql.Result, err error) {
|
||||
switch option.InsertOption {
|
||||
case gdb.InsertOptionReplace:
|
||||
|
||||
Reference in New Issue
Block a user