| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 4.1.1 source code.tar.gz | 2026-07-12 | 301.1 kB | |
| 4.1.1 source code.zip | 2026-07-12 | 341.7 kB | |
| README.md | 2026-07-12 | 944 Bytes | |
| Totals: 3 Items | 643.7 kB | 0 | |
table.transform()now raises aTransactionErrorif called while a transaction is open withPRAGMAforeign_keysenabled and the table is referenced by foreign keys with destructiveON DELETEactions -CASCADE,SET NULLorSET DEFAULT. The pragma cannot be changed inside a transaction, so previously dropping the old table as part of the transform could fire those actions and silently delete or modify referencing rows. See Foreign keys and transactions for details and workarounds. (#794)- The CLI and Python API documentation now cross-reference each other: CLI sections link to the equivalent Python API functionality and Python API sections link back to the corresponding CLI command. (#791)