summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/elements.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "dont warn for dictionary passed positionally"mike bayer2021-07-211-8/+8
|\
| * dont warn for dictionary passed positionallyMike Bayer2021-07-211-8/+8
* | Merge "Documentation improvements"mike bayer2021-07-201-1/+1
|\ \ | |/ |/|
| * Documentation improvementsFederico Caselli2021-07-201-1/+1
* | reset key/name when TableValuedColumn is adaptedMike Bayer2021-07-161-0/+4
* | labeling refactorMike Bayer2021-07-121-55/+188
|/
* Merge "Add additional support to honor _proxy_key in Core selects"mike bayer2021-07-091-0/+15
|\
| * Add additional support to honor _proxy_key in Core selectsMike Bayer2021-07-051-0/+15
* | Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
|/
* memoize current options and joins w with_entities/with_only_colsMike Bayer2021-06-171-28/+0
* Fix adaption in AnnotatedLabel; repair needless expense in coercionMike Bayer2021-05-281-0/+1
* Remove pep484 type comments from the codeFederico Caselli2021-05-161-17/+0
* Update black flak8 and zimportsFederico Caselli2021-05-121-2/+3
* set bindparam.expanding in coercion againMike Bayer2021-05-101-1/+18
* Support filter_by() from columns, functions, Core SQLMike Bayer2021-05-011-0/+14
* Use non-subquery form for empty INMike Bayer2021-04-291-0/+10
* Merge "Don't stringify unnamed column elements when proxying"mike bayer2021-04-171-21/+43
|\
| * Don't stringify unnamed column elements when proxyingMike Bayer2021-04-171-21/+43
* | Fit literal compile of empty in on a tupleFederico Caselli2021-04-161-2/+2
|/
* Ensure bindparam key escaping applied in all casesMike Bayer2021-04-121-5/+11
* Infer types in BindParameter when expanding=TrueMike Bayer2021-04-081-2/+13
* Disallow AliasedReturnsRows from executionMike Bayer2021-04-051-2/+2
* Ensure Grouping._with_binary_element_type() maintains classMike Bayer2021-04-021-1/+1
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-011-6/+36
* Adapt loader_criteria params for current queryMike Bayer2021-03-261-4/+6
* 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