summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/loading.py
Commit message (Expand)AuthorAgeFilesLines
* See if the future is hereMike Bayer2020-08-281-1/+0
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-1/+14
* Documentation updates for 1.4Mike Bayer2020-08-051-0/+20
* Convert lazy loader, selectinload, load_on_ident to lambda statementsMike Bayer2020-08-051-41/+75
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-2/+2
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-0/+1
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-2/+2
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-3/+8
* Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-311-1/+1
* Remove loader option cycleMike Bayer2020-05-291-4/+0
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-73/+116
* Revert 903b18828461bb8cb8dca4acc56809b3df2b14d5Mike Bayer2020-05-251-80/+44
* Small callcount reductions and refinement for cached queriesMike Bayer2020-05-251-44/+80
* Convert execution to move through SessionMike Bayer2020-05-251-40/+191
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-48/+62
* Performance fixes for new result setMike Bayer2020-05-211-4/+12
* Integrate new Result into ORM queryMike Bayer2020-05-021-38/+62
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-2/+2
* Run search and replace of symbolic module namesMike Bayer2020-04-141-1/+1
* Run autoflush for column attribute load operationsMike Bayer2020-04-031-2/+14
* Test instance for matching class hierarchy on get_from_identityMike Bayer2020-03-221-1/+4
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-2/+3
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-3/+3
* Result initial introductionMike Bayer2020-02-211-22/+26
* Merge "Warn for runid changing in load events; add restore_load_context flag"mike bayer2020-01-311-1/+29
|\
| * Warn for runid changing in load events; add restore_load_context flagMike Bayer2020-01-311-1/+29
* | Raise for unexpected polymorphic identityMike Bayer2020-01-291-7/+33
|/
* happy new yearMike Bayer2020-01-011-1/+1
* Correctly interpret None passed to query.get(); warn for empty PK valueslizraeli2019-10-281-0/+6
* Add public accessor `is_single_entity` to QueryPatrick Hayes2019-10-271-5/+1
* Implement raiseload for deferred columnsMike Bayer2019-10-161-0/+3
* Merge "Run row value processors up front"mike bayer2019-10-011-11/+10
|\
| * Run row value processors up frontMike Bayer2019-10-011-11/+10
* | Cancel polymorphic loading in optimized getMike Bayer2019-10-011-3/+4
|/
* Raise for NULL discriminator and pk is presentMike Bayer2019-09-031-1/+21
* Run eager loaders on unexpireMike Bayer2019-08-231-0/+4
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-8/+11
* Run black -l 79 against all source filesMike Bayer2019-01-061-140/+241
* Ensure BakedQuery is cloned before we add options to itMike Bayer2018-06-261-3/+3
* Use identity_token for refresh(), unexpire, undeferMike Bayer2018-05-031-4/+7
* Refactor "get" to allow for pluggable identity token schemesMike Bayer2018-04-201-4/+19
* Add Query.enable_single_entity()Eric Atkin2018-03-051-1/+2
* Ensure we have states to load when doing poly post loadMike Bayer2018-02-231-2/+2
* happy new yearMike Bayer2018-01-121-1/+1
* Limit select in loading for correct typesMike Bayer2018-01-121-7/+17
* Add an identity_token to the identity keyMike Bayer2017-12-221-1/+4
* Filter attributes we don't map during a load_scalar_attributesMike Bayer2017-10-281-0/+9
* Ensure col is not None when retrieving quick populatorsMike Bayer2017-08-231-2/+17
* Enable multi-level selectin polymorphic loadingMike Bayer2017-08-071-9/+18