v1.11.1
Fixes
db.clause
supports having adb.list
object as the key of a field to represent composite tuple (matches behavior of bare table passed todb.encode_clause
)- fixes regression where
where:
clause could not be combined with composite key inmodel:include_in
due to the refactored clause generation implemented in 1.10.0
- fixes regression where
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