mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-27 12:24:11 +02:00
Fix cog failure in PR #604
This commit is contained in:
parent
cfecbce71f
commit
7f66b70c2f
1 changed files with 1 additions and 1 deletions
|
|
@ -289,11 +289,11 @@ See :ref:`cli_inserting_data`, :ref:`cli_insert_csv_tsv`, :ref:`cli_insert_unstr
|
||||||
--analyze Run ANALYZE at the end of this operation
|
--analyze Run ANALYZE at the end of this operation
|
||||||
--load-extension TEXT Path to SQLite extension, with optional :entrypoint
|
--load-extension TEXT Path to SQLite extension, with optional :entrypoint
|
||||||
--silent Do not show progress bar
|
--silent Do not show progress bar
|
||||||
|
--strict Apply STRICT mode to table
|
||||||
--ignore Ignore records if pk already exists
|
--ignore Ignore records if pk already exists
|
||||||
--replace Replace records if pk already exists
|
--replace Replace records if pk already exists
|
||||||
--truncate Truncate table before inserting records, if table
|
--truncate Truncate table before inserting records, if table
|
||||||
already exists
|
already exists
|
||||||
--strict Apply STRICT mode to table
|
|
||||||
-h, --help Show this message and exit.
|
-h, --help Show this message and exit.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue