Files
sqlalchemy/test
Mike Bayer 0276ec0cd8 - query.order_by() now accepts False, which cancels
any existing order_by() state on the Query, allowing
subsequent generative methods to be called which do
not support ORDER BY.  This is not the same as the
already existing feature of passing None, which
suppresses any existing order_by() settings, including
those configured on the mapper.  False will make it
as though order_by() was never called, while
None is an active setting.
2010-06-17 15:53:07 -04:00
..
2010-06-15 14:05:02 -04:00
2009-08-09 20:50:46 +00:00
2010-04-17 06:44:44 -04:00