[Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets
Brought to you by:
zzzeek
|
From: Bitbucket <com...@bi...> - 2013-06-03 20:45:45
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d993bdeac867/ Changeset: d993bdeac867 Branch: None User: zzzeek Date: 2013-06-03 22:32:12 Summary: - remove the ``__iter__()`` with notimplemented since it interferes with legitimate iterable detection, [ticket:2726] Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ec04620f1fe6/ Changeset: ec04620f1fe6 Branch: master User: zzzeek Date: 2013-06-03 22:40:59 Summary: Fixed bug whereby using :meth:`.MetaData.reflect` across a remote schema as well as a local schema could produce wrong results in the case where both schemas had a table of the same name. [ticket:2728] Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/33d3e11cbf59/ Changeset: 33d3e11cbf59 Branch: None User: zzzeek Date: 2013-06-03 22:42:46 Summary: - remove the ``__iter__()`` with notimplemented since it interferes with legitimate iterable detection, [ticket:2726] Conflicts: doc/build/changelog/changelog_09.rst Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f38e2aa46064/ Changeset: f38e2aa46064 Branch: rel_0_8 User: zzzeek Date: 2013-06-03 22:44:35 Summary: Fixed bug whereby using :meth:`.MetaData.reflect` across a remote schema as well as a local schema could produce wrong results in the case where both schemas had a table of the same name. [ticket:2728] Conflicts: doc/build/changelog/changelog_09.rst lib/sqlalchemy/schema.py 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. |