15
0

- update to 0.38.2:

- Added inherit_cache=False in order to avoid SQLAlchemy warnings
    in `cast_locale_expr`
  - Added cache_ok=True for various different types
  - Removed CompositeArray. Instead of CompositeArray one should use
    ARRAY(dimensions=1)
  - Made ChoicesType only convert lists to tuples internally.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=69
This commit is contained in:
2022-01-03 11:36:18 +00:00
committed by Git OBS Bridge
parent f44d724dc0
commit 649d1baf36
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 3 11:34:34 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.38.2:
- Added inherit_cache=False in order to avoid SQLAlchemy warnings
in `cast_locale_expr`
- Added cache_ok=True for various different types
- Removed CompositeArray. Instead of CompositeArray one should use
ARRAY(dimensions=1)
- Made ChoicesType only convert lists to tuples internally.
-------------------------------------------------------------------
Tue Oct 26 20:15:55 UTC 2021 - Dirk Müller <dmueller@suse.com>