- Fix bug where field-specific conversions were being applied to the pattern used for LIKE / ILIKE operations. Refs #2609
- Fix possible infinite loop when accidentally invoking the
__iter__
method on certainColumn
subclasses. Refs #2606 - Add new helper for specifying which Model a particular selected column-like should be bound to, in queries with joins that select from multiple sources.