summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/elements.py
Commit message (Expand)AuthorAgeFilesLines
* Warn when caching is disabled / documentMike Bayer2021-12-061-1/+6
* Removals: MetaData.bind, Table.bind, all other .bindMike Bayer2021-12-021-24/+11
* Clean up most py3k compatFederico Caselli2021-11-241-18/+13
* Support lightweight compiler column elements w/ slotsMike Bayer2021-11-221-86/+108
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* fully implement future engine and remove legacyMike Bayer2021-11-071-22/+4
* use ExpressionElementRole for case targets in case()Mike Bayer2021-11-031-22/+12
* First round of removal of python 2Federico Caselli2021-11-011-9/+0
* remove _resolve_label and related attributesMike Bayer2021-10-201-19/+6
* process bulk_update_tuples before cache key or compilationMike Bayer2021-10-191-1/+0
* use coercions for label element, ensure propagate_attrsMike Bayer2021-10-181-3/+15
* Pickling fixes for ORM / CoreMike Bayer2021-10-131-0/+3
* fixes for usage of the null() and similar constantsMike Bayer2021-10-081-13/+33
* repair any_() / all_() "implicit flip" behavior for NoneMike Bayer2021-10-041-22/+73
* Fixes: #4504jonathan vanasco2021-09-291-0/+30
* 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