ATRIUMsearch → argument graph
MechanismArticle

table.transform()/table.transform_sql() and the sqlite-utils transform CLI command now accept strict=True/False or --strict/--no-strict to change a table's SQLite strict mode, since transform already copies data into a new table and can therefore switch strictness in either direction.

New strict-mode options were added to sqlite-utils' transform functionality, letting users switch a table from strict to non-strict or vice versa by leveraging the existing copy-based transform mechanism. ✦ AI generated

Simon Willison · Simon Willison's Weblog · 2026-07-11 · original ↗

That's exactly what the sqlite-utils transform mechanism does, so I extended it to add the ability to switch tables from strict to non-strict and vice-versa.

Read full article ↗excerpt · fair-use quotation

Around this claim