]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Improved an error message which would occur if a query() were made
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Mar 2014 20:25:51 +0000 (16:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Mar 2014 20:25:51 +0000 (16:25 -0400)
commit9ec01ab35a6c0cfdae6ce8a5f84d5ccaf90a3c44
tree988f3a1097c4ae31944a6d41811b2be5c83fab61
parente2214a61e84c5c6d3f5fe6963d9827465474bd67
- 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.
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/query.py
test/orm/test_joins.py