summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/strategy_options.py
Commit message (Expand)AuthorAgeFilesLines
* deprecation warnings: strings in loader options, join, with_parentMike Bayer2021-10-251-1/+2
* rewrite _extra_criteria in selectinload; propagate correctly to LoadMike Bayer2021-08-171-2/+95
* create concise + deterministic cache key for unboundload.optionsMike Bayer2021-08-091-14/+95
* Documentation improvementsFederico Caselli2021-07-201-5/+5
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* memoize current options and joins w with_entities/with_only_colsMike Bayer2021-06-171-7/+23
* Remove pep484 type comments from the codeFederico Caselli2021-05-161-7/+0
* Update black flak8 and zimportsFederico Caselli2021-05-121-1/+2
* Ensure propagate_to_loaders honored at the sub-loader levelMike Bayer2021-05-081-0/+6
* Allow immediateload to use_get for recursive callMike Bayer2021-04-201-0/+3
* Fix with_expression() cache leak; don't adapt singletonsMike Bayer2021-04-141-2/+8
* Commentary; run criteria.params() if statement isn't cached?Mike Bayer2021-03-271-0/+13
* Adapt loader_criteria params for current queryMike Bayer2021-03-261-0/+39
* Remove internal use of string attr in loader optionMike Bayer2021-03-231-65/+71
* turn off eager configure_mappers() outside of Query, LoadMike Bayer2021-03-161-0/+2
* Improve noload documentationFederico Caselli2021-02-021-0/+8
* happy new yearMike Bayer2021-01-041-1/+1
* modernize contains_eager() docsMike Bayer2020-12-021-33/+11
* Deprecate strings indicating attribute namesMike Bayer2020-10-131-0/+6
* Add caveat re: with_expression and already-loaded objectMike Bayer2020-09-021-0/+6
* More descriptive error for non-mapped string prop namejonathan vanasco2020-08-251-1/+17
* Implement relationship AND criteria; global loader criteriaMike Bayer2020-08-051-0/+12
* Convert lazy loader, selectinload, load_on_ident to lambda statementsMike Bayer2020-08-051-1/+1
* resolves #3757RamonWill2020-07-041-0/+3
* Remove _generate_path_cache_key()Mike Bayer2020-06-291-89/+0
* Remove loader option cycleMike Bayer2020-05-291-15/+16
* Merge "callcount reductions and refinement for cached queries"mike bayer2020-05-281-0/+7
|\
| * callcount reductions and refinement for cached queriesMike Bayer2020-05-281-0/+7
* | Fix 'email_address' being typoed as 'email_addres' in two placesMark Amery2020-05-281-1/+1
|/
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-19/+25
* Run search and replace of symbolic module namesMike Bayer2020-04-141-50/+59
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-141-7/+8
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-3/+8
* Fix link in docs of query_expression and with_expressionFederico Caselli2020-03-111-1/+1
* Remove the deprecated loader optionsFederico Caselli2020-03-031-20/+0
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-4/+7
* Establish that contains_eager()->alias can be replaced by of_typeMike Bayer2020-01-141-9/+23
* Set use_mapper_path=True for with_poly subentitiesMike Bayer2020-01-071-0/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Test for short term reference cycles and resolve as many as possibleMike Bayer2019-12-301-36/+65
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-5/+33
* Implement raiseload for deferred columnsMike Bayer2019-10-161-12/+29
* Deprecate textual column matching in RowMike Bayer2019-10-041-0/+7
* Serialize the context dictionary in Load objectsMike Bayer2019-08-261-0/+4
* Fix typosMin ho Kim2019-07-211-1/+1
* Squashed commit of the following:Mike Bayer2019-07-051-1/+1
* Add Load.options() for hierchical construction of loader optionsMike Bayer2019-06-271-2/+92
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-2/+5
* Fix boolean check in new path comparison logicMike Bayer2019-03-241-2/+18
* Improve support for with_polymorphic in mapper optionsMike Bayer2019-02-041-28/+11