]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed issue in new :meth:`.QueryEvents.before_compile` event where
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Apr 2015 16:33:17 +0000 (12:33 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Apr 2015 16:33:17 +0000 (12:33 -0400)
commitd48acff23bc04dafa958e76ef2ff614aa8d6751b
tree1fa123565e7dfd5b479c4a543b3ce3dcb7ccec47
parent6833669469b646fbd332b9ce4bd59a1122d3aa99
- Fixed issue in new :meth:`.QueryEvents.before_compile` event where
changes made to the :class:`.Query` object's collection of entities
to load within the event would render in the SQL, but would not
be reflected during the loading process.
fixes #3387
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/__init__.py
lib/sqlalchemy/orm/query.py
test/orm/test_events.py