| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.36 source code.tar.gz | 2023-12-08 | 460.7 kB | |
| 3.36 source code.zip | 2023-12-08 | 492.1 kB | |
| README.md | 2023-12-08 | 769 Bytes | |
| Totals: 3 Items | 953.5 kB | 0 | |
- Support for creating tables in SQLite STRICT mode. Thanks, Taj Khattra. (#344)
- CLI commands
create-table,insertandupsertall now accept a--strictoption. - Python methods that can create a table -
table.create()andinsert/upsert/insert_all/upsert_allall now accept an optionalstrict=Trueparameter. - The
transformcommand andtable.transform()method preserve strict mode when transforming a table.
- CLI commands
- The
sqlite-utils create-tablecommand now acceptsstr,intandbytesas aliases fortext,integerandblobrespectively. (#606)