summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/selectable.py
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* chain joins from SelectState context, not SelectMike Bayer2021-01-201-1/+14
* Document Table/Column accessorsMike Bayer2021-01-191-1/+9
* happy new yearMike Bayer2021-01-041-1/+1
* Improve type detection for Values / TupleMike Bayer2020-12-181-0/+4
* Don't emit warnings on descriptor accessMike Bayer2020-11-201-0/+3
* Some small improvements on the tutorial 2.0 documentsFederico Caselli2020-11-131-1/+1
* Merge "tutorial 2.0 WIP"mike bayer2020-10-311-26/+225
|\
| * tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-311-26/+225
* | Deprecate bind args, execute() methods that were missedMike Bayer2020-10-301-0/+7
|/
* Ensure escaping of percent signs in columns, parametersMike Bayer2020-10-171-1/+1
* Add deprecation for base Executable.bindMike Bayer2020-10-161-0/+23
* Deprecate duplicated column names in Table definitionMike Bayer2020-10-121-1/+1
* Address minor comments from previous changesFederico Caselli2020-10-061-1/+1
* Fetch first supportFederico Caselli2020-10-021-17/+97
* raise on lower-case column shared to multiple tablesMike Bayer2020-09-301-0/+7