summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/context.py
Commit message (Expand)AuthorAgeFilesLines
* use the options from the cached statement for propagate_optionsMike Bayer2021-12-121-1/+21
* Removals: strings for join(), loader_options().Mike Bayer2021-12-081-7/+5
* Clean up most py3k compatFederico Caselli2021-11-241-8/+4
* Remove object in class definitionFederico Caselli2021-11-221-2/+2
* 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
* build the full compilestate every timeMike Bayer2020-09-271-2/+1
* Provide a more detailed error message for Query.join()RamonWill2020-08-311-2/+24
* Further fixes for ticket 5470Mike Bayer2020-08-131-1/+5
* Implement relationship AND criteria; global loader criteriaMike Bayer2020-08-051-28/+79
* Convert lazy loader, selectinload, load_on_ident to lambda statementsMike Bayer2020-08-051-2/+14
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-16/+43
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-9/+19
* introduce deferred lambdasMike Bayer2020-07-031-14/+34
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-10/+10
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-5/+36
* perf tweaksMike Bayer2020-06-191-43/+43
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-12/+25