]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added new method :meth:`.Select.with_statement_hint` and ORM
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Sep 2014 15:44:48 +0000 (11:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Sep 2014 15:44:48 +0000 (11:44 -0400)
commitf82f6d55dc05daf2ba0881ded98f5715b70ae3e3
tree0686f4a11aa825fdc1994c566da78382e7dcf071
parente3f07f7206cf0d6a5f2ff9344a365f4657645338
- Added new method :meth:`.Select.with_statement_hint` and ORM
method :meth:`.Query.with_statement_hint` to support statement-level
hints that are not specific to a table.
fixes #3206
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/selectable.py
test/orm/test_query.py
test/sql/test_compiler.py