summaryrefslogtreecommitdiff
path: root/test/ext/test_baked.py
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug in baked loader system where the systemwide monkeypatchMike Bayer2015-12-151-0/+18
* - close the sessionMike Bayer2015-11-291-0/+2
* - Fixed an issue in baked queries where the .get() method, used eitherMike Bayer2015-11-291-0/+24
* - rewrite the docs and add a test for the bake_queries=TrueMike Bayer2015-11-191-2/+46
* Remplement Query.one() in terms of .one_or_none()pr/203Eric Siegerman2015-09-281-1/+2
* Fix sqlalchemy.ext.baked.Result.one_or_none() exception messagepr/202Eric Siegerman2015-09-241-3/+26
* - replicate Query.one_or_none to BakedQueryMike Bayer2015-09-241-0/+20
* - changelog for pr bitbucket:54Mike Bayer2015-06-031-0/+20
* - turn sessions in ResultTest to autocommit=True just to get themMike Bayer2015-05-011-7/+7
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-111-0/+768