summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/baked.py
Commit message (Expand)AuthorAgeFilesLines
* selectin polymorphic loadingMike Bayer2017-06-051-4/+7
* Add new configuration, inspection for baked queriesMike Bayer2017-05-171-6/+26
* - give SelectinLoader its own bakery, dont use mapperMike Bayer2017-05-161-1/+2
* Use baked lazyloading by defaultMike Bayer2017-04-131-109/+50
* Add bindparams support for baked Result count() methodMalaclypse The Younger2017-03-301-1/+1
* Add count(), scalar() to baked queryMike Bayer2017-01-301-1/+35
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Memoize load_path in all cases, run quick populators for path changeMike Bayer2016-10-171-5/+3
* Assemble "don't joinedload other side" rule using query._current_pathMike Bayer2016-10-171-2/+6
* Fix issue with unbaking subqueriesMark Hahnenberg2016-07-121-1/+2
* - happy new yearMike Bayer2016-01-291-1/+1
* - Fixed bug in baked loader system where the systemwide monkeypatchMike Bayer2015-12-151-1/+2
* - Fixed an issue in baked queries where the .get() method, used eitherMike Bayer2015-11-291-0/+6
* Remplement Query.one() in terms of .one_or_none()pr/203Eric Siegerman2015-09-281-8/+7
* Fix sqlalchemy.ext.baked.Result.one_or_none() exception messagepr/202Eric Siegerman2015-09-241-1/+1
* - replicate Query.one_or_none to BakedQueryMike Bayer2015-09-241-0/+20
* - changelog for pr bitbucket:54Mike Bayer2015-06-031-6/+3
* baked: Support initial args for cache keyINADA Naoki2015-06-021-2/+2
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-111-0/+499