]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Improvements to the error messages emitted when
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Mar 2011 16:30:13 +0000 (12:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Mar 2011 16:30:13 +0000 (12:30 -0400)
commit464835e409dbd607a8a1fbbc8399f6c0c14b3ea8
treeb27f0bd1c8c54b0a20b9d7aa8abfda63e62dfc4f
parent92c8979d4a4c87cba7a68fd8d1766c3e8c0049b7
- Improvements to the error messages emitted when
querying against column-only entities in conjunction
with (typically incorrectly) using loader options,
where the parent entity is not fully present.
[ticket:2069]
CHANGES
lib/sqlalchemy/orm/interfaces.py
test/orm/test_eager_relations.py
test/orm/test_mapper.py
test/orm/test_query.py