summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/strategy_options.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure of_type subclass taken into account with wildcardsMike Bayer2019-01-261-1/+7
* Improve error messages in the area of loader optionsMike Bayer2019-01-251-28/+46
* Fix many spell glitchesLele Gaifax2019-01-251-1/+1
* Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-251-0/+1
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-5/+40
* Merge "use ..deprecated directive w/ version in all cases"mike bayer2019-01-121-2/+4
|\
| * use ..deprecated directive w/ version in all casesMike Bayer2019-01-111-2/+4
* | happy new yearMike Bayer2019-01-111-1/+1
|/
* Post black reformattingMike Bayer2019-01-061-20/+17
* Run black -l 79 against all source filesMike Bayer2019-01-061-137/+173
* Refer to existing of_type when resolving string attribute nameMike Bayer2018-12-071-2/+7
* Apply path generation for superclasses to Load._set_path_strategy()Mike Bayer2018-11-301-3/+9
* Check tokens in chop path for inspectionattr before calling is_mapperMike Bayer2018-07-081-2/+4
* Compare mappers more accurately in Load._chop_pathMike Bayer2018-06-251-0/+3
* Iterate options per path for baked cache keyMike Bayer2018-06-061-55/+66
* Don't include AliasedClass when pickling optionsMike Bayer2018-03-051-12/+12
* happy new yearMike Bayer2018-01-121-1/+1
* Set up of_type variable for legacy loader option deserializeMike Bayer2018-01-101-0/+1
* Don't try to iterate chopped path if it's NoneMike Bayer2018-01-041-1/+11
* Intercept contains_eager() with of_type, set aliased / polymorphicMike Bayer2017-12-041-3/+22
* Add doc note for contains_eager() w/ subclasses.Mike Bayer2017-11-021-1/+13
* Handle cache key for option that has no strategyMike Bayer2017-08-221-1/+1
* Enable multi-level selectin polymorphic loadingMike Bayer2017-08-071-1/+1