Files
sqlalchemy/test
Mike Bayer 9ec01ab35a - Improved an error message which would occur if a query() were made
against a non-selectable, such as a :func:`.literal_column`, and then
an attempt was made to use :meth:`.Query.join` such that the "left"
side would be determined as ``None`` and then fail.  This condition
is now detected explicitly.
2014-03-17 16:25:51 -04:00
..
2014-03-03 18:43:28 -05:00