]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] ORM entities can be passed
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 23 Jul 2012 22:22:06 +0000 (18:22 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 23 Jul 2012 22:22:06 +0000 (18:22 -0400)
commit65bdf245c6cfd4381f8463714fbec1880a950fbb
tree8ecbc4326e4379eb6c6dd964171a8686cc1be770
parentee0f80b4f028e27f35ae851e37e4070a9179b2a1
- [feature] ORM entities can be passed
to select() as well as the select_from(),
correlate(), and correlate_except()
methods, where they will be unwrapped
into selectables. [ticket:2245]
CHANGES
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/util.py
lib/sqlalchemy/sql/expression.py
test/orm/test_froms.py
test/orm/test_inspect.py
test/orm/test_query.py