15
0
forked from pool/python-peewee
Files
python-peewee/python-peewee.changes
Dirk Mueller df425d9a5c - update to 3.18.1:
* The behavior of `postgresql_ext.BinaryJSONField.contains()`
    has changed.  Previously, passing a string to this method
    would perform a JSON key exists check (`?` operator) instead
    of JSON contains (`@>` operator). As of 3.18.0,
    this special-case has been **removed** and the `contains()`
    method always uses the JSONB contains operator (`@>`).
    For the **old** behavior of checking whether a key exists,
    use the `BinaryJSONField.has_key()`
  * Add options to URL-unquote user and password when using the
    `db_url` helpers
  * Support using `postgresql://` URLs when connecting to
    psycopg3.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-peewee?expand=0&rev=68
2025-05-05 21:03:21 +00:00

29 KiB