]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add an option to Bundle single_entity=True to allow for single
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 7 Oct 2013 16:53:04 +0000 (12:53 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 7 Oct 2013 16:53:04 +0000 (12:53 -0400)
commitd47a376863bd7c804e4396808841d06b78c0e13a
treeccbbd445176c6553396e988966dce14050d4da80
parent9b2d90aa5f28503dce35d53f9c76d49eec5244b4
- add an option to Bundle single_entity=True to allow for single
entity returns without otherwise changing much [ticket:2824]
lib/sqlalchemy/orm/loading.py
lib/sqlalchemy/orm/query.py
test/orm/test_bundle.py