]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- a full select() construct can be passed to query.select() (which
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Feb 2007 22:59:51 +0000 (22:59 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Feb 2007 22:59:51 +0000 (22:59 +0000)
commitf0b72859f96de082021a8928c2600da241369151
tree1dbafcabde77474741f206695daec5f6137937ec
parentb59f4d1a4a81144ac58e9d39bc2c36893741f818
- a full select() construct can be passed to query.select() (which
worked anyway), but also query.selectfirst(), query.selectone() which
will be used as is (i.e. no query is compiled). works similarly to
sending the results to instances().
CHANGES
lib/sqlalchemy/orm/query.py