Skip to content

community/py3-peewee: upgrade to 3.15.2

Patrycja Rosa requested to merge ptrcnull/aports:py3-peewee into master

https://github.com/coleifer/peewee/releases/tag/3.15.2

3.15.1...3.15.2

3.15.2

  • 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 certain Column 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.

Merge request reports