summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/selectable.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Explicitly state what happens if `order_by` is called more than once. (#8791)Eitan Mosenkis2022-11-141-3/+4
* establish consistency for RETURNING column labelsMike Bayer2022-11-111-2/+4
* include TableClause.schema in cache keyMike Bayer2022-08-301-0/+1
* Update to flake8 5.Federico Caselli2022-07-311-8/+9
* migrate labels to new tutorialMike Bayer2022-06-071-21/+11
* fix most sphinx warningsMike Bayer2022-05-161-1/+1
* update flake8 noqa skips with proper syntaxFederico Caselli2022-04-111-6/+6
* TableValuedAlias generation fixesMike Bayer2022-04-031-2/+17
* column_descriptions or equiv for DML, core selectMike Bayer2022-03-281-3/+47
* Add option to disable from linting for table valued functionMike Bayer2022-03-231-1/+9
* remove intermediary _is_clone_of entries when cloningMike Bayer2022-03-171-1/+2
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Fix typo in docstringLele Gaifax2021-12-091-1/+1
* fix typo in exists documentationFederico Caselli2021-12-051-1/+1
* The where method of exists now accepts multiple cluase.Federico Caselli2021-12-041-2/+8
* Add Non linear CTE supportEric Masseran2021-11-161-29/+155
* add missing info from groupby documentationFederico Caselli2021-11-041-0/+2
* 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