Files
sqlalchemy/test
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-07-11 13:41:38 -04:00
2010-04-17 06:44:44 -04:00
2010-09-12 19:24:40 -04:00