17
0

- update to 0.37.6:

* Added `cache_ok=True` for TSVectorType
  * Fixed instant_defaults_listener to respect constructor supplied kwargs
  * Fixed incorrect Ltree.lca behaviour
  * Added `cache_ok=True` for all custom types
  * Added CockroachDB support for UUIDType

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=65
This commit is contained in:
2021-06-17 20:51:29 +00:00
committed by Git OBS Bridge
parent 6fc9509873
commit a6bc5d43f4
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jun 17 20:49:07 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.37.6:
* Added `cache_ok=True` for TSVectorType
* Fixed instant_defaults_listener to respect constructor supplied kwargs
* Fixed incorrect Ltree.lca behaviour
* Added `cache_ok=True` for all custom types
* Added CockroachDB support for UUIDType
-------------------------------------------------------------------
Fri May 14 01:15:35 UTC 2021 - Arun Persaud <arun@gmx.de>