Update contrib/drivers/mssql/mssql_do_insert.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
John Guo
2025-12-08 19:17:55 +08:00
committed by GitHub
parent 36d63354e7
commit 73b91ed763

View File

@ -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