Peewee v3.14.1 Release Notes

  • ๐Ÿ›  This release contains primarily bugfixes.

    • Properly delegate to a foreign-key field's db_value() function when converting model instances. #2304.
    • Strip quote marks and parentheses from column names returned by sqlite cursor when a function-call is projected without an alias. #2305.
    • ๐Ÿ›  Fix DataSet.create_index() method, #2319.
    • ๐Ÿ›  Fix column-to-model mapping in model-select from subquery with joins, #2320.
    • ๐Ÿ‘Œ Improvements to foreign-key lazy-loading thanks @conqp, #2328.
    • Preserve and handle CHECK() constraints in Sqlite migrator, #2343.
    • โž• Add stddev aggregate function to collection of sqlite user-defined funcs.

    View commits