summaryrefslogtreecommitdiff
path: root/test/ext/test_baked.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "internal test framework files for standardization of is_not/not_in;"mike bayer2020-08-301-3/+3
|\
| * internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-291-3/+3
* | See if the future is hereMike Bayer2020-08-281-4/+2
|/
* Implement relationship AND criteria; global loader criteriaMike Bayer2020-08-051-2/+2
* Convert lazy loader, selectinload, load_on_ident to lambda statementsMike Bayer2020-08-051-655/+0
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-2/+8
* introduce deferred lambdasMike Bayer2020-07-031-7/+35
* Remove _generate_path_cache_key()Mike Bayer2020-06-291-4/+5
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-6/+5
* Revert 903b18828461bb8cb8dca4acc56809b3df2b14d5Mike Bayer2020-05-251-3/+3
* Small callcount reductions and refinement for cached queriesMike Bayer2020-05-251-3/+3
* Convert execution to move through SessionMike Bayer2020-05-251-64/+122
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-8/+8
* Baked query needs to spoil fully on uncachable optionMike Bayer2020-05-041-2/+2
* Integrate new Result into ORM queryMike Bayer2020-05-021-19/+19
* Create initial 2.0 engine implementationMike Bayer2020-04-161-1/+3
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-0/+85
* Add pyprojectFederico Caselli2020-01-271-6/+8
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-1/+1
* Don't cache a query that has before_compile modificationsMike Bayer2019-10-261-0/+108
* Unify generation between Core and ORM queryMike Bayer2019-09-261-1/+1
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-2/+4
* Ensure _simple_lazy_clause bind names are fixed before cloningMike Bayer2019-02-191-0/+15
* Post black reformattingMike Bayer2019-01-061-18/+20
* Run black -l 79 against all source filesMike Bayer2019-01-061-335/+419
* Add BakedQuery.to_query() methodMike Bayer2018-08-271-0/+60
* - pep8 cleanupMike Bayer2018-08-271-16/+27
* Update dogpile.cache example to be compatible with baked query.Mike Bayer2018-05-171-0/+142
* Merge existing query params in baked lazy loadMike Bayer2018-02-281-0/+29
* Add baked.Result.with_post_criteria methodMike Bayer2017-11-121-0/+66
* 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