summaryrefslogtreecommitdiff
path: root/test/ext/test_baked.py
Commit message (Expand)AuthorAgeFilesLines
* Add new configuration, inspection for baked queriesMike Bayer2017-05-171-0/+35
* Use baked lazyloading by defaultMike Bayer2017-04-131-142/+113
* Add bindparams support for baked Result count() methodMalaclypse The Younger2017-03-301-0/+28
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-18/+27
* Add count(), scalar() to baked queryMike Bayer2017-01-301-1/+38
* Assemble "don't joinedload other side" rule using query._current_pathMike Bayer2016-10-171-2/+70
* Enhance "raise" strategy to include "raise_on_sql" optionMike Bayer2016-10-041-3/+2
* Fix issue with unbaking subqueriesMark Hahnenberg2016-07-121-12/+21
* - 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