python-sqlite-utils
Python CLI tool and library for manipulating SQLite databases
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/python-sqlite-utils && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-sqlite-utils.changes | 0000024797 24.2 KB | |
python-sqlite-utils.spec | 0000002438 2.38 KB | |
sqlite-utils-3.36.tar.gz | 0000211586 207 KB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1138236
from
Dirk Mueller (dirkmueller)
(revision 6)
- update to 3.36: * Support for creating tables in SQLite STRICT mode. Thanks, Taj Khattra. (:issue:`344`) CLI commands create-table, insert and upsert all now accept a --strict option. Python methods that can create a table - table.create() and insert/upsert/insert_all/upsert_all all now accept an optional strict=True parameter. The transform command and table.transform() method preserve strict mode when transforming a table. * CLI commands create-table, insert and upsert all now accept a --strict option. * Python methods that can create a table - table.create() and insert/upsert/insert_all/upsert_all all now accept an optional strict=True parameter. * The transform command and table.transform() method preserve strict mode when transforming a table. * The sqlite-utils create-table command now accepts str, int and bytes as aliases for text, integer and blob respectively. (:issue:`606`)
Comments 0