15
0

- update to 1.11.2:

* Added typing to the default script mako templates.
  * Added support in autogenerate for NULLS NOT DISTINCT in
  * the PostgreSQL dialect.
  * Fixed format string logged when running a post write hook
  * Added parameters if_exists and if_not_exists for index
    operations.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=148
This commit is contained in:
2023-08-13 19:32:51 +00:00
committed by Git OBS Bridge
parent 8e2cbab40b
commit f8c61da28b
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Aug 13 19:32:21 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.11.2:
* Added typing to the default script mako templates.
* Added support in autogenerate for NULLS NOT DISTINCT in
* the PostgreSQL dialect.
* Fixed format string logged when running a post write hook
* Added parameters if_exists and if_not_exists for index
operations.
-------------------------------------------------------------------
Sat Jul 29 21:17:43 UTC 2023 - Dirk Müller <dmueller@suse.com>