]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Repair WithinGroup.get_children()
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Jun 2017 13:58:03 +0000 (09:58 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Jun 2017 13:58:03 +0000 (09:58 -0400)
commit3a314fcea8539133947d5ec8e42a6c86e30fdf9a
treed4c7b8502ea836d4f6ecac34216fdfbf48bf0e7a
parent7af05fcc9387cea4172cc35eb6a198776488f90d
Repair WithinGroup.get_children()

Fixed AttributeError which would occur in :class:`.WithinGroup`
construct during an iteration of the structure.

Change-Id: I563882d93c8c32292463a605b636aa60c77e9406
Fixes: #4012
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/sql/elements.py
test/sql/test_generative.py