[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Allow Table._reset_exported to silently pass
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-07-26 14:49:56
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a736be3feb4c/ Changeset: a736be3feb4c Branch: rel_1_0 User: zzzeek Date: 2016-07-24 21:41:14+00:00 Summary: Allow Table._reset_exported to silently pass Fixed bug in :class:`.Table` where the internal method ``_reset_exported()`` would corrupt the state of the object. This method is intended for selectable objects and is called by the ORM in some cases; an erroneous mapper configuration would could lead the ORM to call this on on a :class:`.Table` object. Change-Id: I63fa34ee0cdf16358bb125c556390df79758bcbc Fixes: #3755 (cherry picked from commit 149fb5f55a5df3f31f6575919a5a5a2e5ba9cb0c) Affected #: 4 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |