Update contrib/drivers/pgsql/pgsql_do_insert.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
John Guo
2025-12-08 14:54:26 +08:00
committed by GitHub
parent 99536c8bef
commit ba44475765

View File

@ -34,7 +34,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