15
0

Accepting request 645960 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/645960
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=72
This commit is contained in:
Tomáš Chvátal
2018-11-02 08:14:55 +00:00
committed by Git OBS Bridge
parent d618729c4e
commit 8a01538f51
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Nov 1 22:51:27 UTC 2018 - Arun Persaud <arun@gmx.de>
- update to version 1.0.2:
* [bug] [autogenerate] The system=True flag on Column, used
primarily in conjunction with the Postgresql “xmin” column, now
renders within the autogenerate render process, allowing the
column to be excluded from DDL. Additionally, adding a system=True
column to a model will produce no autogenerate diff as this column
is implicitly present in the database.References: #515
* [bug] [mssql] Fixed issue where usage of the SQL Server
mssql_include option within a Operations.create_index() would
raise a KeyError, as the additional column(s) need to be added to
the table object used by the construct internally.References: #513
-------------------------------------------------------------------
Wed Oct 17 15:32:28 UTC 2018 - Arun Persaud <arun@gmx.de>