summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* Add Executable to DefaultGeneratorMike Bayer2021-06-231-2/+3
* Export deferred columns but not col props; fix CTE labelingMike Bayer2021-06-223-51/+39
* Implement MySQL-specific MATCHAnton Kovalevich2021-06-211-0/+6
* memoize current options and joins w with_entities/with_only_colsMike Bayer2021-06-174-46/+121
* document missing ColumnCollection methodsMike Bayer2021-06-131-25/+86
* repair Join.is_derived_from() to not rely on simple identityMike Bayer2021-06-071-1/+3
* don't enable "fast insert executemany" for ON CONFLICT etcMike Bayer2021-06-041-1/+8
* removing unavailable parameters from documentationCalli Rogers2021-06-021-5/+0
* Ensure propagate_attrs available on PropComparatorMike Bayer2021-05-291-0/+3
* Fix adaption in AnnotatedLabel; repair needless expense in coercionMike Bayer2021-05-283-6/+22
* Fix minor glitches in the visitors.py docstrings (#6522)Lele Gaifax2021-05-251-5/+5
* Merge "Remove pep484 type comments from the code"mike bayer2021-05-184-39/+10
|\
| * Remove pep484 type comments from the codeFederico Caselli2021-05-164-39/+10
* | Run SelectState from obj normalize ahead of calcing ORM joinsMike Bayer2021-05-171-21/+40
|/
* Update black flak8 and zimportsFederico Caselli2021-05-122-3/+4
* Merge "allow CTE to be direct DML target"mike bayer2021-05-111-1/+7
|\
| * allow CTE to be direct DML targetMike Bayer2021-05-111-1/+7
* | set bindparam.expanding in coercion againMike Bayer2021-05-104-24/+26
|/
* Correct cache key for proxy_owner, with_context_optionsMike Bayer2021-05-103-3/+26
* fix absolute importMike Bayer2021-05-061-1/+1
* Merge "don't cache TypeDecorator by default"mike bayer2021-05-063-1/+80
|\
| * don't cache TypeDecorator by defaultMike Bayer2021-05-063-1/+80
* | Add a comment in the compiler on why the NOT IN operatorFederico Caselli2021-05-051-0/+3
* | Parenthesize for empty not inMike Bayer2021-05-051-7/+9
|/
* Support filter_by() from columns, functions, Core SQLMike Bayer2021-05-013-1/+44
* track_on needs to be a fixed size, support sub-tuplesMike Bayer2021-04-301-1/+10
* Merge "Ensure iterable passed to Select is not a mapped class"mike bayer2021-04-291-2/+12
|\
| * Ensure iterable passed to Select is not a mapped classMike Bayer2021-04-291-2/+12
* | Merge "Fix ForeignKeyConstraint.copy() error"mike bayer2021-04-291-6/+6
|\ \ | |/ |/|
| * Fix ForeignKeyConstraint.copy() errorGord Thompson2021-04-291-6/+6
* | Merge "Use non-subquery form for empty IN"mike bayer2021-04-293-12/+59
|\ \ | |/ |/|
| * Use non-subquery form for empty INMike Bayer2021-04-293-12/+59
* | Merge "Propertly ignore ``Identity`` in MySQL and MariaDb."mike bayer2021-04-291-2/+7
|\ \
| * | Propertly ignore ``Identity`` in MySQL and MariaDb.Federico Caselli2021-04-281-2/+7
* | | Merge "ensure SelectState.all_selected_columns not memoized as a generator"mike bayer2021-04-281-2/+1
|\ \ \
| * | | ensure SelectState.all_selected_columns not memoized as a generatorMike Bayer2021-04-281-2/+1
| | |/ | |/|
* | | accommodate for mutiple copies of bind in ckbmMike Bayer2021-04-281-4/+4
|/ /
* | Merge "have SchemaType inherit schema from metadata"mike bayer2021-04-271-5/+27
|\ \
| * | have SchemaType inherit schema from metadataMike Bayer2021-04-271-5/+27
| |/
* | Handle Sequence in _process_multiparam_default_bindMike Bayer2021-04-261-1/+10
|/
* dont assume ClauseElement in attributes, coercionsMike Bayer2021-04-231-1/+1
* omit text from selected_columns; clear memoizationsMike Bayer2021-04-222-18/+88
* Propagate compiler kw for visit_values to parametersMike Bayer2021-04-201-2/+2
* Merge "Derive `next_value.type` from `Sequence.data_type` if available"mike bayer2021-04-201-0/+3
|\
| * Derive `next_value.type` from `Sequence.data_type` if availableBryan Forbes2021-04-181-0/+3
* | 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-173-29/+51
|\ \
| * | Don't stringify unnamed column elements when proxyingMike Bayer2021-04-173-29/+51
| |/
* | Merge "pass asfrom correctly in compilers"mike bayer2021-04-171-2/+4
|\ \
| * | pass asfrom correctly in compilersMike Bayer2021-04-171-2/+4
| |/