]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- query.get() can be used with a mapping to an outer join
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 9 Nov 2009 23:20:31 +0000 (23:20 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 9 Nov 2009 23:20:31 +0000 (23:20 +0000)
commitc6724a3ff0c88d77431d7e29ed2747eb90953c95
tree33659a3dd7199b10951eb43024387fa6c102b2ba
parent89fcf7c3c9fff5737f446d8f4362d7426f934c0d
- query.get() can be used with a mapping to an outer join
where one or more of the primary key values are None.
[ticket:1135]
CHANGES
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/sql/util.py
test/orm/test_query.py