]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added a `name` argument to `Query.subquery()`, to allow
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Jan 2011 18:39:08 +0000 (13:39 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Jan 2011 18:39:08 +0000 (13:39 -0500)
commit7ac30f96b9f506ef4ab34e1c725bf6911a6c22fb
tree4a50b38b4882e7008c32d316f7267ebb4c7fadb8
parent1c1ff92fa920374195578a8edaef75d96d37f415
- Added a `name` argument to `Query.subquery()`, to allow
a fixed name to be assigned to the alias object.
[ticket:2030]
- changed the kw name 'alias' to 'name' on the alias() standalone
function.
- fixed up some alias/join docstrings
CHANGES
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/sql/expression.py
test/orm/test_query.py