Skip to content

v1.11.1

Compare
Choose a tag to compare
@leafo leafo released this 25 Dec 02:35
· 267 commits to master since this release

Fixes

  • db.clause supports having a db.list object as the key of a field to represent composite tuple (matches behavior of bare table passed to db.encode_clause)
    • fixes regression where where: clause could not be combined with composite key in model:include_in due to the refactored clause generation implemented in 1.10.0

Changes

  • preload will only try to process sub-relations if the value of the field is a string or table

Full Changelog: v1.11.0...v1.11.1