.transform(strict=) and sqlite-utils transform --strict/--no-strict

Refs #787
This commit is contained in:
Simon Willison 2026-07-11 12:28:55 -07:00
commit 8c50b1e5dd
8 changed files with 140 additions and 8 deletions

View file

@ -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