[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Rename Query._mapper_zero() to Query._entity_zero()
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-04-19 20:41:57
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/81bd994c0adf/ Changeset: 81bd994c0adf Branch: master User: zzzeek Date: 2016-04-19 19:53:50+00:00 Summary: Rename Query._mapper_zero() to Query._entity_zero() To be more descriptive of the use of _mapper_zero(), rename it to _entity_zero(), but also supply a new _mapper_zero() function that more strictly returns a mapper. The existing _entity_zero() function is renamed to _query_entity_zero. _only_mapper_zero() is removed as it isn't used. Divide up the existing calling functions to refer to the appropriate new method. Change-Id: I8780c3235e87b4936c6daf64d9d299b22b6e1260 Fixes: #3608 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. |