summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/selectable.py
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated dialects and driversFederico Caselli2021-10-311-1/+1
* clarify order_by(None) for Core; improve wordingMike Bayer2021-10-291-1/+8
* remove _resolve_label and related attributesMike Bayer2021-10-201-1/+1
* Fix recursive CTE to support nestingEric Masseran2021-10-121-4/+14
* fixes for usage of the null() and similar constantsMike Bayer2021-10-081-6/+24
* Account for `schema` in `table()` `fullname` attribute.Federico Caselli2021-10-011-1/+5
* include setup_joins targets when scanning for FROM objects to cloneMike Bayer2021-09-201-0/+34
* Implement nesting CTEEric Masseran2021-09-171-2/+43
* Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-111-1/+1
* remove lambda caching from loader strategiesMike Bayer2021-08-171-0/+13
* add columns_clause_froms and related use casesMike Bayer2021-08-071-11/+117
* Adjust CTE recrusive col list to accommodate dupe col namesMike Bayer2021-07-131-1/+4
* Merge "labeling refactor"mike bayer2021-07-131-123/+140
|\
| * labeling refactorMike Bayer2021-07-121-123/+140
* | Merge "implement independent CTEs"mike bayer2021-07-121-0/+75
|\ \
| * | implement independent CTEsMike Bayer2021-07-121-0/+75
| |/
* | represent tablesample.sampling as FunctionElement in all casesMike Bayer2021-07-111-6/+6
|/
* Merge "Add additional support to honor _proxy_key in Core selects"mike bayer2021-07-091-6/+9
|\
| * Add additional support to honor _proxy_key in Core selectsMike Bayer2021-07-051-6/+9
* | Replace all http:// links to https://Federico Caselli2021-07-041-2/+2
|/
* Export deferred columns but not col props; fix CTE labelingMike Bayer2021-06-221-40/+22
* memoize current options and joins w with_entities/with_only_colsMike Bayer2021-06-171-18/+68
* repair Join.is_derived_from() to not rely on simple identityMike Bayer2021-06-071-1/+3
* Merge "Remove pep484 type comments from the code"mike bayer2021-05-181-8/+0
|\
| * Remove pep484 type comments from the codeFederico Caselli2021-05-161-8/+0
* | Run SelectState from obj normalize ahead of calcing ORM joinsMike Bayer2021-05-171-21/+40
|/
* allow CTE to be direct DML targetMike Bayer2021-05-111-1/+7
* Ensure iterable passed to Select is not a mapped classMike Bayer2021-04-291-2/+12
* ensure SelectState.all_selected_columns not memoized as a generatorMike Bayer2021-04-281-2/+1
* omit text from selected_columns; clear memoizationsMike Bayer2021-04-221-16/+86
* add some cross-linking for orderby/groupby docs + label examplesMike Bayer2021-04-191-2/+7
* Merge "Don't stringify unnamed column elements when proxying"mike bayer2021-04-171-7/+7
|\
| * Don't stringify unnamed column elements when proxyingMike Bayer2021-04-171-7/+7
* | Uniquify FROMs when traversing through selectMike Bayer2021-04-171-9/+18
|/
* document scalar_subquery() with column_property()Mike Bayer2021-04-091-1/+1
* Disallow AliasedReturnsRows from executionMike Bayer2021-04-051-4/+17
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-011-8/+0
* Merge "Fix MSSQL / Oracle limit/offset regressions"mike bayer2021-04-011-0/+8
|\
| * Fix MSSQL / Oracle limit/offset regressionsFederico Caselli2021-03-311-0/+8
* | Correct for CTE correspondence w/ aliased CTEMike Bayer2021-03-311-0/+6
|/
* Extract table names when comparing to nrte errorMike Bayer2021-02-181-2/+7
* Support legacy select(<iterable>) in addition to select(<list>) in v1.4Oliver Rice2021-02-151-1/+5
* Further refine labeling for renamed columnsMike Bayer2021-02-121-24/+21
* Apply consistent labeling for all future style ORM queriesMike Bayer2021-02-111-60/+87
* Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-1/+177
* Merge "Fix many spell glitches in docstrings and comments"mike bayer2021-01-261-6/+6
|\
| * Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-7/+7
* | Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-32/+176
|/
* Revert "Implement support for functions as FROM with columns clause support"Mike Bayer2021-01-211-67/+0
* Implement support for functions as FROM with columns clause supportMike Bayer2021-01-201-0/+67