forked from pool/python-alembic
Accepting request 311291 from Cloud:OpenStack:Master
- update to 0.7.6:
* Fixed bug where the case of multiple mergepoints that all
have the identical set of ancestor revisions would fail to be
upgradable, producing an assertion failure.
* Added support for type comparison functions to be not just per
environment, but also present on the custom types themselves, by
supplying a method ``compare_against_backend``.
* Fully implemented the :paramref:`~.Operations.batch_alter_table.copy_from`
parameter for batch mode
* Repaired support for the :meth:`.BatchOperations.create_index`
directive, which was mis-named internally such that the operation
OBS-URL: https://build.opensuse.org/request/show/311291
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=38
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 9 11:33:03 UTC 2015 - dmueller@suse.com
|
||||
|
||||
- update to 0.7.6:
|
||||
* Fixed bug where the case of multiple mergepoints that all
|
||||
have the identical set of ancestor revisions would fail to be
|
||||
upgradable, producing an assertion failure.
|
||||
* Added support for type comparison functions to be not just per
|
||||
environment, but also present on the custom types themselves, by
|
||||
supplying a method ``compare_against_backend``.
|
||||
* Fully implemented the :paramref:`~.Operations.batch_alter_table.copy_from`
|
||||
parameter for batch mode
|
||||
* Repaired support for the :meth:`.BatchOperations.create_index`
|
||||
directive, which was mis-named internally such that the operation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 25 15:53:02 UTC 2015 - benoit.monin@gmx.fr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user