]> 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 17:03:58 +0000 (13:03 -0400)
commit7a47c32bb098257402f94a3d01aee1493ddbd823
tree3122d931ed5410cd28f821ebe880d2794d3a8d85
parentd2131156de654de697e14e4f1fb993c22dca2287
Repair WithinGroup.get_children()

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

Change-Id: I563882d93c8c32292463a605b636aa60c77e9406
Fixes: #4012
(cherry picked from commit 3a314fcea8539133947d5ec8e42a6c86e30fdf9a)
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/sql/elements.py
test/sql/test_generative.py