Files
sqlalchemy/test/orm
Mike Bayer 92fb9f91af - New Query methods: query.label(name), query.as_scalar(),
return the query's statement as a scalar subquery
with /without label [ticket:1920];
query.with_entities(*ent), replaces the SELECT list of
the query with new entities.
Roughly equivalent to a generative form of query.values()
which accepts mapped entities as well as column
expressions.
2010-10-23 13:07:56 -04:00
..
2010-01-19 00:53:12 +00:00
2010-08-01 18:53:29 -04:00
2009-08-06 21:11:27 +00:00