Dominique Leuenberger dc56078512 Accepting request 717890 from devel:languages:python
- Update to 3.9.6:
  * Support nesting the Database instance as a context-manager. The outermost block will handle opening and closing the connection along with wrapping everything in a transaction. Nested blocks will use savepoints.
  * Add new session_start(), session_commit() and session_rollback() interfaces to the Database object to support using transactional controls in situations where a context-manager or decorator is awkward.
  * Fix error that would arise when attempting to do an empty bulk-insert.
  * Set isolation_level=None in SQLite connection constructor rather than afterwards using the setter.
  * Add create_table() method to Select query to implement CREATE TABLE AS.
  * Cleanup some declarations in the Sqlite C extension.
  * Add new example showing how to implement Reddit's ranking algorithm in SQL.

OBS-URL: https://build.opensuse.org/request/show/717890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-peewee?expand=0&rev=8
2019-07-23 20:40:35 +00:00
2019-07-23 13:06:44 +00:00
2019-07-23 13:06:44 +00:00
2019-07-23 13:06:44 +00:00
Description
No description provided
1,023 KiB
Languages
RPM Spec 100%