summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* guard against unexpected weakref cleanupsMike Bayer2021-07-161-2/+12
* Merge "apply list() around weakkeydictionary iteration"mike bayer2021-07-161-2/+2
|\
| * apply list() around weakkeydictionary iterationMike Bayer2021-07-151-2/+2
* | reset key/name when TableValuedColumn is adaptedMike Bayer2021-07-161-0/+4
* | limit None->null coercion to not occur with crudMike Bayer2021-07-153-19/+89
|/
* Version 1.4.22 placeholderMike Bayer2021-07-141-1/+1
* Ensure alias traversal block works when adapt_from_selectables presentMike Bayer2021-07-142-7/+6
* Merge "Modernize tests - union"mike bayer2021-07-131-1/+0
|\
| * Modernize tests - unionGord Thompson2021-07-121-1/+0
* | 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-132-15/+44
|\ \ \ | |/ / |/| |
| * | Extract format_constraint truncation rules to ON CONFLICTMike Bayer2021-07-132-15/+44
* | | Merge "labeling refactor"mike bayer2021-07-139-236/+478
|\ \ \
| * | | labeling refactorMike Bayer2021-07-129-236/+478
| |/ /
* | | Merge remote-tracking branch 'origin/pr/6751'Mike Bayer2021-07-131-2/+3
|\ \ \ | |_|/ |/| |
| * | Correct docs: pg8000 supports PostgreSQL UUIDTony Locke2021-07-121-2/+3
* | | Merge "implement independent CTEs"mike bayer2021-07-126-4/+114
|\ \ \
| * | | implement independent CTEsMike Bayer2021-07-126-4/+114
| | |/ | |/|
* | | Merge "Modernize tests - select(whereclause)"mike bayer2021-07-122-9/+2
|\ \ \
| * | | Modernize tests - select(whereclause)Gord Thompson2021-07-042-9/+2
* | | | 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
| | |/ | |/|
* | | Merge "repair schema_translate_map for schema type use cases"mike bayer2021-07-122-3/+2
|\ \ \
| * | | repair schema_translate_map for schema type use casesMike Bayer2021-07-112-3/+2
| |/ /
* | | Merge "implement deferred scalarobject history load"mike bayer2021-07-104-31/+90
|\ \ \ | |/ / |/| |
| * | implement deferred scalarobject history loadMike Bayer2021-07-094-31/+90
* | | Merge "Add additional support to honor _proxy_key in Core selects"mike bayer2021-07-093-7/+25
|\ \ \
| * | | Add additional support to honor _proxy_key in Core selectsMike Bayer2021-07-053-7/+25
| | |/ | |/|
* | | Replace all http:// links to https://Federico Caselli2021-07-04200-301/+302
|/ /
* | Modernize testsGord Thompson2021-07-032-4/+4
* | Merge "Update link for mysql case sensitivity"mike bayer2021-07-031-1/+1
|\ \
| * | Update link for mysql case sensitivityGord Thompson2021-07-031-1/+1
* | | Merge "Modernize tests - Connection.connect"mike bayer2021-07-031-1/+0
|\ \ \ | |_|/ |/| |
| * | Modernize tests - Connection.connectGord Thompson2021-06-261-1/+0
* | | clear new Query._memoized_select_entities in _from_selectableMike Bayer2021-06-301-0/+1
* | | Ensure compiler uses quote_schema hook for translates rendersMike Bayer2021-06-301-1/+1
* | | apply quoting to "ON CONSTRAINT" symbolMike Bayer2021-06-301-1/+3
* | | Version 1.4.21 placeholderMike Bayer2021-06-281-1/+1
* | | Be less fiscal regarding validators functionsMiłosz Stypiński2021-06-281-3/+2
* | | Merge "Fix missing None handling of Table.prefixes"mike bayer2021-06-281-1/+1
|\ \ \
| * | | Fix missing None handling of Table.prefixesKai Mueller2021-06-281-1/+1
| | |/ | |/|
* | | Don't require space after MySQL pk commentDaniël van Eeden2021-06-281-1/+1
|/ /
* | Merge "ensure with poly entities are also reconstituted for GC'ed AC"mike bayer2021-06-261-0/+9
|\ \ | |/ |/|
| * ensure with poly entities are also reconstituted for GC'ed ACMike Bayer2021-06-261-0/+9
* | set _render_for_subquery for legacy set opsMike Bayer2021-06-261-1/+7
|/
* Merge "turn pg provision error into a warning"mike bayer2021-06-263-5/+18
|\
| * turn pg provision error into a warningMike Bayer2021-06-263-5/+18
* | have automap suppress overlaps warning for mapped secondaryMike Bayer2021-06-252-0/+17
|/
* Add "impl" parameter to PickleTypejason3gb2021-06-241-1/+15