summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/context.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023Mike Bayer2023-01-031-1/+1
* ensure _ORMJoin transfers parententity from left sideMike Bayer2022-10-261-0/+1
* remove should_nest behavior for contains_eager()Mike Bayer2022-09-231-1/+7
* refine ruleset to determine when poly adaption should be usedMike Bayer2022-08-291-13/+6
* refine transfer of cached ORM options for selectin, lazyMike Bayer2022-08-171-23/+19
* support "SELECT *" for ORM queriesMike Bayer2022-07-101-0/+12
* repair yield_per for non-SS dialects and add new optionsMike Bayer2022-07-011-7/+2
* Fixed orm not applying fetchFederico Caselli2022-06-041-0/+8
* dont use the label convention for memoized entitiesMike Bayer2022-05-091-10/+38
* apply loader criteria more specifically when refresh is trueMike Bayer2022-03-281-1/+4
* support add_cte() for TextualSelectMike Bayer2022-02-231-2/+62
* happy new year 2022Mike Bayer2022-01-061-1/+1
* ensure correlate_except is checked for empty tupleMike Bayer2022-01-031-2/+2
* restore graceful degrade of subqueryload w from_statementMike Bayer2021-12-261-0/+6
* add recursion check for with_loader_criteria() optionMike Bayer2021-12-221-1/+2
* use the options from the cached statement for propagate_optionsMike Bayer2021-12-121-1/+21
* warnings: select_entity_from()Mike Bayer2021-10-251-2/+10
* warn or deprecate for auto-aliasing in joinsMike Bayer2021-09-281-0/+24
* turn off deduping for col expressionsMike Bayer2021-09-041-8/+13
* qualify compile_state updates for non-current entitiesMike Bayer2021-08-231-11/+31
* remove lambda caching from loader strategiesMike Bayer2021-08-171-5/+5
* add columns_clause_froms and related use casesMike Bayer2021-08-071-0/+15
* Apply new uniquing rules for future ORM selectsMike Bayer2021-07-211-2/+11
* Merge "Add additional support to honor _proxy_key in Core selects"mike bayer2021-07-091-1/+1
|\
| * Add additional support to honor _proxy_key in Core selectsMike Bayer2021-07-051-1/+1
* | Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
|/
* Export deferred columns but not col props; fix CTE labelingMike Bayer2021-06-221-16/+7
* memoize current options and joins w with_entities/with_only_colsMike Bayer2021-06-171-41/+162
* restore adapter logic in ORM loadingMike Bayer2021-06-081-10/+14
* init extra_criteria_entities in fromstatement w/ DMLMike Bayer2021-06-071-1/+3
* Run SelectState from obj normalize ahead of calcing ORM joinsMike Bayer2021-05-171-2/+8
* Correct cache key for proxy_owner, with_context_optionsMike Bayer2021-05-101-2/+2
* accommodate HasEntityNamespace in context.all_selected_columnsMike Bayer2021-04-291-6/+7
* Merge "add optional proxy_class to track w/ proxy_key"mike bayer2021-04-281-1/+2
|\
| * add optional proxy_class to track w/ proxy_keyMike Bayer2021-04-281-1/+2
* | don't mutate the statement in ORM compileMike Bayer2021-04-271-9/+9
|/
* omit text from selected_columns; clear memoizationsMike Bayer2021-04-221-1/+12
* Merge "Ensure ClauseAdapter treats FunctionElement as a ColumnElement"mike bayer2021-03-191-0/+2
|\
| * Ensure ClauseAdapter treats FunctionElement as a ColumnElementMike Bayer2021-03-181-0/+2
* | repair legacy_last_joined_entity for no onclauseMike Bayer2021-03-181-1/+1
|/
* improve targeting and labeling for unary() in columns clauseMike Bayer2021-03-061-15/+73
* Allow update.returing() to work with from_statement()Mike Bayer2021-02-141-3/+10
* Further refine labeling for renamed columnsMike Bayer2021-02-121-2/+2
* Apply consistent labeling for all future style ORM queriesMike Bayer2021-02-111-22/+67
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-2/+4
* happy new yearMike Bayer2021-01-041-1/+1
* Repair and cover adaption call w/ ORM having()esoh2020-12-191-1/+1
* Ensure the "orm" plugin is used unconditionally for bundlesMike Bayer2020-11-161-5/+14
* tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-311-0/+10
* upgrade to black 20.8b1Mike Bayer2020-09-281-3/+15