We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acdbd8c commit 753a53eCopy full SHA for 753a53e
1 file changed
sqlite_utils/db.py
@@ -3203,7 +3203,7 @@ def insert(
3203
:param not_null: Set of strings specifying columns that should be ``NOT NULL``.
3204
:param defaults: Dictionary specifying default values for specific columns.
3205
:param hash_id: Name of a column to create and use as a primary key, where the
3206
- value of thet primary key will be derived as a SHA1 hash of the other column values
+ value of that primary key will be derived as a SHA1 hash of the other column values
3207
in the record. ``hash_id="id"`` is a common column name used for this.
3208
:param alter: Boolean, should any missing columns be added automatically?
3209
:param ignore: Boolean, if a record already exists with this primary key, ignore this insert.
0 commit comments