summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Revise "literal parameters" FAQ sectionMike Bayer2021-11-011-1/+23
* 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-311-0/+2
* support bind expressions w/ expanding IN; apply to psycopg2Mike Bayer2021-10-151-30/+76
* Fix recursive CTE to support nestingEric Masseran2021-10-121-34/+58
* Implement nesting CTEEric Masseran2021-09-171-24/+105
* use the stack for insert_from_selectMike Bayer2021-09-161-1/+4
* Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-111-1/+1
* fix linter JOIN logic; fix PostgreSQL ARRAY op comparisonMike Bayer2021-08-151-1/+5
* Merge "Dispatch independent ctes on compound select"mike bayer2021-08-081-0/+6
|\
| * Dispatch independent ctes on compound selectEric Masseran2021-08-081-0/+6
* | dont qualify literal_binds with literal_executeMike Bayer2021-08-071-1/+1
|/
* accommodate for cloned bindparams w/ maintain_keyMike Bayer2021-07-291-2/+8
* Ensure alias traversal block works when adapt_from_selectables presentMike Bayer2021-07-141-1/+0
* Merge "Adjust CTE recrusive col list to accommodate dupe col names"mike bayer2021-07-131-6/+35
|\
| * Adjust CTE recrusive col list to accommodate dupe col namesMike Bayer2021-07-131-6/+35
* | 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-131-48/+128
|\ \
| * | labeling refactorMike Bayer2021-07-121-48/+128
| |/
* | Merge "implement independent CTEs"mike bayer2021-07-121-2/+17
|\ \
| * | implement independent CTEsMike Bayer2021-07-121-2/+17
| |/
* | repair schema_translate_map for schema type use casesMike Bayer2021-07-111-0/+1
|/
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Ensure compiler uses quote_schema hook for translates rendersMike Bayer2021-06-301-1/+1
* consider "*" col as textual orderedMike Bayer2021-06-231-1/+1
* Export deferred columns but not col props; fix CTE labelingMike Bayer2021-06-221-3/+12
* don't enable "fast insert executemany" for ON CONFLICT etcMike Bayer2021-06-041-1/+8
* set bindparam.expanding in coercion againMike Bayer2021-05-101-20/+2
* 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
* Merge "Use non-subquery form for empty IN"mike bayer2021-04-291-4/+46
|\
| * Use non-subquery form for empty INMike Bayer2021-04-291-4/+46
* | 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
| |/
* | accommodate for mutiple copies of bind in ckbmMike Bayer2021-04-281-4/+4
|/
* omit text from selected_columns; clear memoizationsMike Bayer2021-04-221-2/+2
* Propagate compiler kw for visit_values to parametersMike Bayer2021-04-201-2/+2
* Merge "Don't stringify unnamed column elements when proxying"mike bayer2021-04-171-1/+1
|\
| * Don't stringify unnamed column elements when proxyingMike Bayer2021-04-171-1/+1
* | Merge "pass asfrom correctly in compilers"mike bayer2021-04-171-2/+4
|\ \
| * | pass asfrom correctly in compilersMike Bayer2021-04-171-2/+4
| |/
* | Fit literal compile of empty in on a tupleFederico Caselli2021-04-161-4/+8
|/
* Support DEFAULT VALUES and VALUES(DEFAULT) individuallyMike Bayer2021-04-141-0/+1
* Return Row for CursorResult.inserted_primary_keyMike Bayer2021-04-111-3/+13
* Expand reg for schema translate map for most special charactersMike Bayer2021-04-071-1/+6
* uniquify when popping literal_execute_params from param dictMike Bayer2021-04-051-1/+3
* Apply quoting to render_derived() namesMike Bayer2021-04-011-1/+1
* Deannoate functions before matching .__class__Mike Bayer2021-03-191-1/+1
* Apply percent sign escaping to op(), custom_op()Mike Bayer2021-03-091-3/+5
* Merge "Fix named CHECK constraint name omitted on repeated creates"mike bayer2021-03-071-5/+2
|\