summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/loading.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up most py3k compatFederico Caselli2021-11-241-1/+0
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* remove ORM autocommit and public-facing subtransactions conceptMike Bayer2021-10-301-3/+1
* warnings removal, merge_resultMike Bayer2021-10-291-5/+11
* remove lambda caching from loader strategiesMike Bayer2021-08-171-80/+50
* Apply new uniquing rules for future ORM selectsMike Bayer2021-07-211-5/+31
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* restore adapter logic in ORM loadingMike Bayer2021-06-081-0/+24
* Allow immediateload to use_get for recursive callMike Bayer2021-04-201-1/+3
* Narrow refresh populate_existing to just refresh_stateMike Bayer2021-04-201-6/+10
* Dont return outer transaction for _subtrans flagMike Bayer2021-04-091-1/+3
* Add test support for merge_frozen_resultMike Bayer2021-04-071-2/+2
* Disable and disallow Result.unique() with yield_perMike Bayer2021-04-061-1/+10
* Use explicit names for mapper _get_clause parametersMike Bayer2021-03-171-0/+8
* Apply consistent labeling for all future style ORM queriesMike Bayer2021-02-111-1/+3
* Merge "Fix many spell glitches in docstrings and comments"mike bayer2021-01-261-1/+1
|\
| * Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-1/+1
* | Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-1/+4
|/
* happy new yearMike Bayer2021-01-041-1/+1
* upgrade to black 20.8b1Mike Bayer2020-09-281-4/+2
* Raise if unique() not applied to 2.0 joined eager load resultsMike Bayer2020-09-211-0/+15
* 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