File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3203,7 +3203,7 @@ def insert(
32033203 :param not_null: Set of strings specifying columns that should be ``NOT NULL``.
32043204 :param defaults: Dictionary specifying default values for specific columns.
32053205 :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
3206+ value of that primary key will be derived as a SHA1 hash of the other column values
32073207 in the record. ``hash_id="id"`` is a common column name used for this.
32083208 :param alter: Boolean, should any missing columns be added automatically?
32093209 :param ignore: Boolean, if a record already exists with this primary key, ignore this insert.
You can’t perform that action at this time.
0 commit comments