]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix sqlalchemy.ext.baked.Result.one_or_none() exception message
authorEric Siegerman <eric.siegerman@rci.rogers.com>
Thu, 24 Sep 2015 19:25:15 +0000 (15:25 -0400)
committerEric Siegerman <eric.siegerman@rci.rogers.com>
Thu, 24 Sep 2015 19:25:15 +0000 (15:25 -0400)
commit91255618ddb47553774c620a23479adf88c27b74
treeef58d9af98ee32c0a746e9c72e3083454150d8ef
parent5b71858533ea153dec119b3592631fdb1500a15f
Fix sqlalchemy.ext.baked.Result.one_or_none() exception message

Also add a couple of missing tests.
lib/sqlalchemy/ext/baked.py
test/ext/test_baked.py