summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | limit None->null coercion to not occur with crudMike Bayer2021-07-152-1/+16
* | | Ensure alias traversal block works when adapt_from_selectables presentMike Bayer2021-07-142-7/+6
* | | Merge "Adjust CTE recrusive col list to accommodate dupe col names"mike bayer2021-07-132-7/+39
|\ \ \
| * | | Adjust CTE recrusive col list to accommodate dupe col namesMike Bayer2021-07-132-7/+39
* | | | Merge "Extract format_constraint truncation rules to ON CONFLICT"mike bayer2021-07-131-13/+34
|\ \ \ \ | |/ / / |/| | |
| * | | Extract format_constraint truncation rules to ON CONFLICTMike Bayer2021-07-131-13/+34
| |/ /
* | | Merge "labeling refactor"mike bayer2021-07-134-226/+464
|\ \ \
| * | | labeling refactorMike Bayer2021-07-124-226/+464
| |/ /
* | | Merge "implement independent CTEs"mike bayer2021-07-126-4/+114
|\ \ \
| * | | implement independent CTEsMike Bayer2021-07-126-4/+114
| |/ /
* | | Merge "represent tablesample.sampling as FunctionElement in all cases"mike bayer2021-07-121-6/+6
|\ \ \
| * | | represent tablesample.sampling as FunctionElement in all casesMike Bayer2021-07-111-6/+6
| |/ /
* | | repair schema_translate_map for schema type use casesMike Bayer2021-07-111-0/+1
|/ /
* | Merge "Add additional support to honor _proxy_key in Core selects"mike bayer2021-07-092-6/+24
|\ \
| * | Add additional support to honor _proxy_key in Core selectsMike Bayer2021-07-052-6/+24
* | | Replace all http:// links to https://Federico Caselli2021-07-0423-32/+32
|/ /
* | Ensure compiler uses quote_schema hook for translates rendersMike Bayer2021-06-301-1/+1
* | Fix missing None handling of Table.prefixesKai Mueller2021-06-281-1/+1
* | Add "impl" parameter to PickleTypejason3gb2021-06-241-1/+15
* | Merge "Add Executable to DefaultGenerator"mike bayer2021-06-241-2/+3
|\ \
| * | Add Executable to DefaultGeneratorMike Bayer2021-06-231-2/+3
* | | consider "*" col as textual orderedMike Bayer2021-06-231-1/+1
|/ /
* | 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