MCPcopy Create free account
hub / github.com/corestoreio/pkg / Replace

Method Replace

sql/dml/insert.go:137–140  ·  view source on GitHub ↗

Replace instead of INSERT to overwrite old rows. REPLACE is the counterpart to INSERT IGNORE in the treatment of new rows that contain unique key values that duplicate old rows: The new rows are used to replace the old rows rather than being discarded. https://dev.mysql.com/doc/refman/5.7/en/replace

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls

no outgoing calls