summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix named CHECK constraint name omitted on repeated createsGord Thompson2021-03-061-5/+2
* | improve targeting and labeling for unary() in columns clauseMike Bayer2021-03-061-30/+10
|/
* Merge "support stringify for plain CTE"mike bayer2021-02-281-5/+16
|\
| * support stringify for plain CTEMike Bayer2021-02-271-5/+16
* | implement visit_unsupported_compilation for TypeCompilerMike Bayer2021-02-251-0/+6
|/
* expand and further generalize bound parameter translateMike Bayer2021-02-141-0/+18
* Track a second from_linter for lateral subqueriesMike Bayer2021-02-051-5/+37
* Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-4/+60
* set identifier length for MySQL constraints to 64Mike Bayer2021-01-301-1/+7
* Render NULL for bindparam w/ None value/literal_binds, warnMike Bayer2021-01-281-4/+10
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-2/+2
* Revert "Implement support for functions as FROM with columns clause support"Mike Bayer2021-01-211-32/+2
* Implement support for functions as FROM with columns clause supportMike Bayer2021-01-201-2/+32
* ``Identity`` implies ``nullable=False``.Federico Caselli2021-01-161-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* Support TypeDecorator.get_dbapi_type() for setinpusizesMike Bayer2020-12-301-3/+8
* Improve type detection for Values / TupleMike Bayer2020-12-181-1/+3
* Merge "Support IF EXISTS/IF NOT EXISTS for DDL constructs"mike bayer2020-12-141-6/+21
|\
| * Support IF EXISTS/IF NOT EXISTS for DDL constructsRamonWill2020-12-141-6/+21
* | Properly render ``cycle=False`` and ``order=False``Federico Caselli2020-12-011-3/+3
|/
* Merge "Deprecate bind args, execute() methods that were missed"mike bayer2020-10-311-3/+0
|\
| * Deprecate bind args, execute() methods that were missedMike Bayer2020-10-301-3/+0