Path to this page:
Subject: CVS commit: pkgsrc/databases/py-peewee
From: Adam Ciarcinski
Date: 2022-09-12 10:25:05
Message id: 20220912082505.E7678FA90@cvs.NetBSD.org
Log Message:
py-peewee: updated to 3.15.2
3.15.2
Fix bug where field-specific conversions were being applied to the pattern used \
for LIKE / ILIKE operations.
Fix possible infinite loop when accidentally invoking the __iter__ method on \
certain Column subclasses.
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.
Files: