summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/selectable.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removals: MetaData.bind, Table.bind, all other .bindMike Bayer2021-12-021-102/+0
* Clean up most py3k compatFederico Caselli2021-11-241-11/+3
* Remove object in class definitionFederico Caselli2021-11-221-7/+7
* Add Non linear CTE supportEric Masseran2021-11-161-29/+155
* fully implement future engine and remove legacyMike Bayer2021-11-071-3/+2
* add missing info from groupby documentationFederico Caselli2021-11-031-0/+2
* 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