mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Updated help for upsert, refs #66
This commit is contained in:
parent
468d51314a
commit
a0f0175d64
1 changed files with 1 additions and 1 deletions
|
|
@ -443,7 +443,7 @@ def upsert(
|
|||
"""
|
||||
Upsert records based on their primary key. Works like 'insert' but if
|
||||
an incoming record has a primary key that matches an existing record
|
||||
the existing record will be replaced.
|
||||
the existing record will be updated.
|
||||
"""
|
||||
insert_upsert_implementation(
|
||||
path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue