mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Fixed rST mistake
This commit is contained in:
parent
b2b04aec01
commit
7f56f90d30
1 changed files with 1 additions and 1 deletions
|
|
@ -1601,7 +1601,7 @@ The hash will be created using all of the column values. To create a hash using
|
|||
hash_id_columns=("name", "twitter")
|
||||
)
|
||||
|
||||
The `hash_id=` parameter is optional if you specify ``hash_id_columns=`` - it will default to putting the hash in a column called ``id``.
|
||||
The ``hash_id=`` parameter is optional if you specify ``hash_id_columns=`` - it will default to putting the hash in a column called ``id``.
|
||||
|
||||
You can manually calculate these hashes using the :ref:`hash_record(record, keys=...) <reference_utils_hash_record>` utility function.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue