Peewee

Latest version: v3.17.9

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 24 of 25

2.2.3

Not secure
* New migrations module.
* Added a return value to `Model.save()` indicating number of rows affected.
* Added a `date_trunc()` method that works for Sqlite.
* Added a `Model.sqlall()` class-method to return all the SQL to generate the model / indices.

Bugs fixed

* 342, allow functions to not coerce parameters automatically.
* 338, fixed unaliased columns when using Array and Json fields with postgres, thanks mtwesley.
* 331, corrected issue with the way unicode arrays were adapted with psycopg2.
* 328, pwiz / mysql bug.
* 326, fixed calculation of the alias_map when using subqueries.
* 324, bug with `prefetch()` not selecting the correct primary key.


[View commits](https://github.com/coleifer/peewee/compare/2.2.2...2.2.3)

2.2.1

Not secure
* Window queries using ``OVER`` syntax.
* Compound query operations ``UNION``, ``INTERSECT``, ``EXCEPT`` as well as symmetric difference.

Bugs fixed

* 300, pwiz was not correctly interpreting some foreign key constraints in SQLite.
* 298, drop table with cascade API was missing.
* 294, typo.

[View commits](https://github.com/coleifer/peewee/compare/2.2.0...2.2.1)

2.2.0

Not secure
* Refactored query generation for both SQL queries and DDL queries.
* Support for arbitrary column constraints.
* `autorollback` option to the `Database` class that will roll back the
transaction before raising an exception.
* Added `JSONField` type to the `postgresql_ext` module.
* Track fields that are explicitly set, allowing faster saves (thanks soasme).
* Allow the `FROM` clause to be an arbitrary `Node` object (290).
* `schema` is a new `Model.Mketa` option and is used throughout the code.
* Allow indexing operation on HStore fields (thanks zdxerr, 293).

Bugs fixed

* 277 (where calls not chainable with update query)
* 278, use `wraps()`, thanks lucasmarshall
* 284, call `prepared()` after `create()`, thanks soasme.
* 286, cursor description issue with pwiz + postgres

[View commits](https://github.com/coleifer/peewee/compare/2.1.7...2.2.0)

2.1.7

Not secure
* Support for savepoints (Sqlite, Postgresql and MySQL) using an API similar to that of transactions.
* Common set of exceptions to wrap DB-API 2 driver-specific exception classes, e.g. ``peewee.IntegrityError``.
* When pwiz cannot determine the underlying column type, display it in a comment in the generated code.
* Support for circular foreign-keys.
* Moved ``Proxy`` into peewee (previously in ``playhouse.proxy``).
* Renamed ``R()`` to ``SQL()``.
* General code cleanup, some new comments and docstrings.

Bugs fixed

* Fixed a small bug in the way errors were handled in transaction context manager.
* 257
* 265, nest multiple calls to functions decorated with `database.commit_on_success`.
* 266
* 267

Commits: https://github.com/coleifer/peewee/compare/2.1.6...2.1.7
Released 2013-12-25

2.1.6

Not secure
* [Lightweight Django integration](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#django-integration).
* Added a [csv loader](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#csv-loader) to playhouse.
* Register unicode converters per-connection instead of globally when using `pscyopg2`.
* Fix for how the related object cache is invalidated (243).

Commits: https://github.com/coleifer/peewee/compare/2.1.5...2.1.6
Released 2013-11-19

2.1.5

Not secure
Summary of new features

* Rewrote the ``playhouse.postgres_ext.ServerSideCursor`` helper to work with a single query. [Docs](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#server-side-cursors).
* Added error handler hook to the database class, allowing your code to choose how to handle errors executing SQL. [Docs](http://docs.peewee-orm.com/en/latest/peewee/api.html#Database.sql_error_handler).
* Allow arbitrary attributes to be stored in ``Model.Meta`` a5e13bb26d6196dbd24ff228f99ff63d9c046f79.
* Support for composite primary keys (!!). [How-to](http://docs.peewee-orm.com/en/latest/peewee/cookbook.html#composite-primary-keys) and [API docs](http://docs.peewee-orm.com/en/latest/peewee/api.html#CompositeKey).
* Added helper for generating ``CASE`` expressions. [Docs](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#case).
* Allow the table alias to be specified as a model ``Meta`` option.
* Added ability to specify ``NOWAIT`` when issuing ``SELECT FOR UPDATE`` queries.

Bug fixes

* 147, SQLite auto-increment behavior.
* 222
* 223, missing call to ``execute()`` in docs.
* 224, python 3 compatibility fix.
* 227, was using wrong column type for boolean with MySQL.

Commits: https://github.com/coleifer/peewee/compare/2.1.4...2.1.5
Released 2013-10-19

Page 24 of 25

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.