python-peewee
No description set
- Sources inherited from project devel:languages:python
- Devel package for openSUSE:Factory
-
7
derived packages
- Links to openSUSE:Factory / python-peewee
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Maliku:python/python-peewee && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
peewee-3.9.6.tar.gz | 0000810586 792 KB | |
python-peewee.changes | 0000009339 9.12 KB | |
python-peewee.spec | 0000001944 1.9 KB |
Revision 18 (latest revision is 64)
Tomáš Chvátal (scarabeus_iv)
committed
(revision 18)
- 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.
Comments 0