]> 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:26:09 +0000 (16:26 -0400)
commit987759aec51e85da153a0d9dee47c77711e196bc
tree697408f4310256c2ee05984f251a0ac924ab784b
parentce3505ea8b3aac2c7441ee7d9eaf18adff4410ca
- 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