github coleifer/peewee 3.3.1

latest releases: 3.14.10, 3.14.9, 3.14.8...
6 years ago
  • Fixed long-standing bug in 3.x regarding using column aliases with queries that utilize the ModelCursorWrapper (typically queries with one or more joins). If you're using an ancient version of SQLite (3.8 or older) you may need to manually add .alias('column_name') to selected fields if you find that the values are unexpectedly empty after upgrading.
  • Fix typo in model metadata code, thanks @klen.
  • Add examples of using recursive CTEs to docs.

View commits

Don't miss a new peewee release

NewReleases is sending notifications on new releases.