summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/selectable.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add deprecation warning for .join().alias()Gord Thompson2020-09-281-40/+48
* new docs WIPMike Bayer2020-09-241-9/+72
* Complete deprecation of from_self()Mike Bayer2020-09-181-0/+39
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-1/+1
* Repair documentation issuesMike Bayer2020-09-091-3/+5
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-41/+40
* Robustness for lambdas, lambda statementsMike Bayer2020-08-051-11/+21
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-70/+96
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-110/+407
* introduce deferred lambdasMike Bayer2020-07-031-1/+1
* Provide example for existsFederico Caselli2020-06-271-1/+9
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-142/+154
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-11/+21
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-3/+3