Skip to content

3.3.1

Compare
Choose a tag to compare
@coleifer coleifer released this 26 Apr 21:12
· 1215 commits to master since this release
  • 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