Files
sqlalchemy/test
Mike Bayer 4e9a2307a7 - query.one() no longer applies LIMIT to the query, this to
ensure that it fully counts all object identities present
in the result, even in the case where joins may conceal
multiple identities for two or more rows.  As a bonus,
one() can now also be called with a query that issued
from_statement() to start with since it no longer modifies
the query.  [ticket:1688]
2010-02-14 19:23:35 +00:00
..
2010-01-28 22:47:25 +00:00
2009-08-09 20:50:46 +00:00
2009-08-06 21:11:27 +00:00