Peewee v2.2.1 Release Notes

  • ๐Ÿš€ I've been looking forward to this release, as it contains a couple new features that I've been wanting to add for some time now. Hope you find them useful.

    ๐Ÿ”„ Changes in 2.2.1

    • 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