mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
Update contrib/drivers/mssql/mssql_do_insert.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@ -37,7 +37,7 @@ func (d *Driver) DoInsert(
|
||||
return nil, gerror.WrapCode(
|
||||
gcode.CodeInternalError,
|
||||
err,
|
||||
`failed to get primary keys for Replace operation`,
|
||||
`failed to get primary keys for Save/Replace operation`,
|
||||
)
|
||||
}
|
||||
foundPrimaryKey := false
|
||||
|
||||
Reference in New Issue
Block a user