forked from pool/python-sqlite-utils
- 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`) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlite-utils?expand=0&rev=9
This commit is contained in:
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 12 08:20:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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`)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 13:46:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user