summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/elements.py
Commit message (Expand)AuthorAgeFilesLines
...
* Accept **kw in annotated._clone() methodMike Bayer2021-03-251-1/+2
* open up window functions (ha ha) for mysql / mariadbMike Bayer2021-03-241-2/+1
* Correct for coercion from list args to positional for caseMike Bayer2021-03-191-2/+2
* Raise at Core / ORM concrete inh level for label overlapMike Bayer2021-03-181-6/+15
* Use explicit names for mapper _get_clause parametersMike Bayer2021-03-171-3/+3
* Fix named CHECK constraint name omitted on repeated createsGord Thompson2021-03-061-27/+2
* Further refine labeling for renamed columnsMike Bayer2021-02-121-8/+28
* Apply consistent labeling for all future style ORM queriesMike Bayer2021-02-111-0/+3
* Merge "Implement support for functions as FROM with columns clause support"mike bayer2021-02-031-52/+123
|\
| * Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-52/+123
* | Add coercions to literal()Mike Bayer2021-02-031-1/+1
|/
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-2/+2
* Revert "Implement support for functions as FROM with columns clause support"Mike Bayer2021-01-211-136/+51
* Implement support for functions as FROM with columns clause supportMike Bayer2021-01-201-51/+136
* allow Executable to be accepted by Session.execute()Mike Bayer2021-01-141-1/+0
* happy new yearMike Bayer2021-01-041-1/+1
* Improve type detection for Values / TupleMike Bayer2020-12-181-4/+21
* Major revisals to lambdasMike Bayer2020-12-161-1/+0
* Allow dialect-specific stringificationMike Bayer2020-11-081-2/+12
* Merge "tutorial 2.0 WIP"mike bayer2020-10-311-1/+0
|\
| * tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-311-1/+0
* | Merge "Deprecate bind args, execute() methods that were missed"mike bayer2020-10-311-0/+7
|\ \ | |/ |/|
| * Deprecate bind args, execute() methods that were missedMike Bayer2020-10-301-0/+7
* | Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-25/+33
|/
* Ensure escaping of percent signs in columns, parametersMike Bayer2020-10-171-25/+44
* Repair reduction in OverMike Bayer2020-10-121-0/+9
* upgrade to black 20.8b1Mike Bayer2020-09-281-3/+6
* new docs WIPMike Bayer2020-09-241-8/+17
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-53/+49
* Create a real type for Tuple() and handle appropriately in compilerMike Bayer2020-08-171-22/+13
* Robustness for lambdas, lambda statementsMike Bayer2020-08-051-37/+12
* Allow Grouping to pass along proxy_set of elementMike Bayer2020-07-211-0/+7
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-22/+40
* introduce deferred lambdasMike Bayer2020-07-031-8/+6
* Merge "Fix a wide variety of typos and broken links"mike bayer2020-06-261-37/+41
|\
| * Fix a wide variety of typos and broken linksaplatkouski2020-06-251-37/+41
* | Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-12/+4
|/
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-44/+94
* Document that type_coerce does not currently imply parenthesizationMike Bayer2020-06-041-11/+25
* Inline a few ORM arguments, othersMike Bayer2020-06-031-7/+13
* Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-311-5/+18
* Convert execution to move through SessionMike Bayer2020-05-251-23/+47
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-7/+43
* Correctly apply self_group in type_coerce element.Federico Caselli2020-05-221-6/+10
* Streamline visitors.iterateMike Bayer2020-05-181-9/+14
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-1/+1
* Create initial 2.0 engine implementationMike Bayer2020-04-161-2/+6
* Run search and replace of symbolic module namesMike Bayer2020-04-141-153/+227
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-81/+4
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-39/+34