14
0
forked from pool/python-peewee

Accepting request 1032034 from home:yarunachalam:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1032034
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-peewee?expand=0&rev=38
This commit is contained in:
2022-10-31 13:23:24 +00:00
committed by Git OBS Bridge
parent 82f3972b85
commit a96ecab26c
4 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------
Tue Oct 4 22:59:19 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
Fri Oct 28 19:52:59 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 3.15.3
Add scalars() query method (complements scalar()), roughly equivalent to writing [t[0] for t in query.tuples()].
@@ -8,6 +8,9 @@ Tue Oct 4 22:59:19 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
Fix innocuous failing Sqlite test on big-endian machines.
View commits
-------------------------------------------------------------------
Tue Oct 4 22:59:19 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 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