summaryrefslogtreecommitdiff
path: root/test/sql/test_compiler.py
Commit message (Expand)AuthorAgeFilesLines
* fix ORM support for column-named bindparam() in crud .values()Mike Bayer2023-01-111-0/+176
* Fix positional compiling bugsFederico Caselli2022-12-011-0/+112
* add informative exception context for literal renderMike Bayer2022-11-141-0/+46
* restore parameter escaping for public methodsMike Bayer2022-06-091-5/+28
* propagate proxy_key from WrapsColumnExpressionMike Bayer2022-06-011-1/+2
* move bindparam quote application from compiler to defaultMike Bayer2022-05-291-5/+14
* apply bindparam escape name to processors dictionaryMike Bayer2022-05-251-0/+42
* raise for same param name in expanding + non expandingMike Bayer2022-05-151-0/+19
* maintain complete cloned_set for BindParameterMike Bayer2022-04-061-3/+14
* ensure correlate_except is checked for empty tupleMike Bayer2022-01-031-0/+8
* The where method of exists now accepts multiple cluase.Federico Caselli2021-12-041-0/+8
* change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-091-37/+37
* fixes for usage of the null() and similar constantsMike Bayer2021-10-081-19/+77
* Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-111-4/+4
* dont qualify literal_binds with literal_executeMike Bayer2021-08-071-0/+18
* accommodate for cloned bindparams w/ maintain_keyMike Bayer2021-07-291-0/+16
* Adjust CTE recrusive col list to accommodate dupe col namesMike Bayer2021-07-131-0/+3
* labeling refactorMike Bayer2021-07-121-5/+99
* accommodate for mutiple copies of bind in ckbmMike Bayer2021-04-281-0/+98
* Don't stringify unnamed column elements when proxyingMike Bayer2021-04-171-6/+11
* Merge "support multivalues insert on strsqlcompiler"mike bayer2021-04-071-0/+11
|\
| * support multivalues insert on strsqlcompilerMike Bayer2021-04-071-0/+11
* | Expand reg for schema translate map for most special charactersMike Bayer2021-04-071-0/+70
|/
* Merge "Disallow AliasedReturnsRows from execution"mike bayer2021-04-061-4/+4
|\
| * Disallow AliasedReturnsRows from executionMike Bayer2021-04-051-4/+4
* | uniquify when popping literal_execute_params from param dictMike Bayer2021-04-051-0/+85
|/
* improve targeting and labeling for unary() in columns clauseMike Bayer2021-03-061-0/+17
* Merge "support stringify for plain CTE"mike bayer2021-02-281-0/+11
|\
| * support stringify for plain CTEMike Bayer2021-02-271-0/+11
* | implement visit_unsupported_compilation for TypeCompilerMike Bayer2021-02-251-0/+14
|/
* Further refine labeling for renamed columnsMike Bayer2021-02-121-1/+2
* Render NULL for bindparam w/ None value/literal_binds, warnMike Bayer2021-01-281-0/+68
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-52/+129
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-1/+1
* Support IF EXISTS/IF NOT EXISTS for DDL constructsRamonWill2020-12-141-0/+35
* Allow dialect-specific stringificationMike Bayer2020-11-081-0/+34
* tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-311-0/+40
* Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-7/+7
* Ensure no compiler visit method tries to access .statementMike Bayer2020-10-191-0/+48
* Ensure escaping of percent signs in columns, parametersMike Bayer2020-10-171-0/+18
* Fetch first supportFederico Caselli2020-10-021-22/+174
* upgrade to black 20.8b1Mike Bayer2020-09-281-12/+27
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-4/+6
* Don't rely on string col name in adapt_to_contextMike Bayer2020-09-061-10/+17
* Pass schema_translate_map from DDLCompiler to SQLCompilerMike Bayer2020-08-071-0/+77
* Genericize str() for typesMike Bayer2020-08-011-1/+1
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-1/+1
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-573/+495
* Rename Table.tometadata to to_metadataGord Thompson2020-06-291-1/+1
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-0/+137