]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- relation() with uselist=False will emit a warning when
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 Dec 2009 17:24:20 +0000 (17:24 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 Dec 2009 17:24:20 +0000 (17:24 +0000)
commit0683cc486d07fa1d1a381ffe647842be15c455f4
treed21a1791b7c8dba91b8b8864da4b1561dac9bb17
parente8e446e92a59ed1cf347a8d224991fc828602ab0
- relation() with uselist=False will emit a warning when
an eager load locates more than one valid value for the row,
typically due to primaryjoin/secondaryjoin conditions which
aren't appropriate for LEFT OUTER JOIN.  [ticket:1643]
CHANGES
lib/sqlalchemy/orm/strategies.py
test/orm/test_eager_relations.py