Peewee v3.15.3 Release Notes

    • โž• Add scalars() query method (complements scalar()), roughly equivalent to writing [t[0] for t in query.tuples()].
    • Small doc improvements
    • ๐Ÿ›  Fix and remove some flaky test assertions with Sqlite INSERT + RETURNING.
    • ๐Ÿ›  Fix innocuous failing Sqlite test on big-endian machines.

    View commits