14
0
forked from pool/python-peewee

- update to 3.17.3:

* Better fix for #2871 (extraneous queries when coercing query
    to list), and new fix in #2872 for regression in truthiness
    of cursor.
  * Full support for `psycopg3`.
  * Basic support for Sqlite `jsonb`.
  * Fix bug where calling `list(query)` resulted in extra
    queries, #2871

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-peewee?expand=0&rev=54
This commit is contained in:
2024-05-02 16:34:06 +00:00
committed by Git OBS Bridge
parent b9964ae9ea
commit c62428be81
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 2 16:33:48 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.17.3:
* Better fix for #2871 (extraneous queries when coercing query
to list), and new fix in #2872 for regression in truthiness
of cursor.
* Full support for `psycopg3`.
* Basic support for Sqlite `jsonb`.
* Fix bug where calling `list(query)` resulted in extra
queries, #2871
-------------------------------------------------------------------
Mon Feb 12 02:57:29 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>