mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-08-01 15:04:11 +02:00
.transform(strict=) and sqlite-utils transform --strict/--no-strict
Refs #787
This commit is contained in:
parent
7a52214624
commit
8c50b1e5dd
8 changed files with 140 additions and 8 deletions
|
|
@ -508,6 +508,8 @@ See :ref:`cli_transform_table`.
|
|||
Add a foreign key constraint from a column to
|
||||
another table with another column
|
||||
--drop-foreign-key TEXT Drop foreign key constraint for this column
|
||||
--strict / --no-strict Enable or disable STRICT mode (default:
|
||||
preserve current mode)
|
||||
--sql Output SQL without executing it
|
||||
--load-extension TEXT Path to SQLite extension, with optional
|
||||
:entrypoint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue