Accepting request 579683 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/579683 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=104
This commit is contained in:
committed by
Git OBS Bridge
parent
7768e53734
commit
eb79aa6624
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 23 23:48:41 UTC 2018 - arun@gmx.de
|
||||
|
||||
- update to version 1.2.4:
|
||||
* orm
|
||||
+ [orm] [bug] Fixed 1.2 regression in ORM versioning feature where
|
||||
a mapping against a select() or alias() that also used a
|
||||
versioning column against the underlying table would fail due to
|
||||
the check added as part of #3673. References: #4193
|
||||
* engine
|
||||
+ [engine] [bug] Fixed regression caused in 1.2.3 due to fix from
|
||||
#4181 where the changes to the event system involving Engine and
|
||||
OptionEngine did not accommodate for event removals, which would
|
||||
raise an AttributeError when invoked at the class level.
|
||||
References: #4190
|
||||
* sql
|
||||
+ [sql] [bug] Fixed bug where CTE expressions would not have their
|
||||
name or alias name quoted when the given name is case sensitive
|
||||
or otherwise requires quoting. Pull request courtesy Eric Atkin.
|
||||
References: #4197
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 18 17:09:28 UTC 2018 - arun@gmx.de
|
||||
|
||||
|
||||
Reference in New Issue
Block a user