[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Ensure .mapper is set on _ColumnEntity
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-10-21 16:17:13
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1f32d014da5d/ Changeset: 1f32d014da5d Branch: master User: zzzeek Date: 2016-10-21 14:42:14+00:00 Summary: Ensure .mapper is set on _ColumnEntity _ColumnEntity didn't seem to have .mapper present, which due to the way _mapper_zero() worked didn't tend to come across it. With :ticket:`3608` _mapper_zero() has been simplified so make sure this is now present. Also ensure that _select_from_entity is an entity and not a mapped class, though this does not seem to matter at the moment. Fixes: #3836 Change-Id: Id6dae8e700269b97de3b01562edee95ac1e01f80 Affected #: 3 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. |