summaryrefslogtreecommitdiff
path: root/test/sql/test_compiler.py
Commit message (Expand)AuthorAgeFilesLines
* The where method of exists now accepts multiple cluase.Federico Caselli2021-12-041-0/+8
* Clean up most py3k compatFederico Caselli2021-11-241-3/+2
* Support lightweight compiler column elements w/ slotsMike Bayer2021-11-221-0/+20
* change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-091-37/+37
* fully implement future engine and remove legacyMike Bayer2021-11-071-14/+12
* Remove deprecated dialects and driversFederico Caselli2021-10-311-8/+8
* 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
* Merge "Improve rendering of core statements w/ ORM elements"mike bayer2020-06-011-0/+24
|\
| * Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-311-0/+24
* | Add support for "real" sequences in mssqlGord Thompson2020-05-291-3/+3
|/
* Render table hints in generic SQLMike Bayer2020-05-271-0/+35
* Convert execution to move through SessionMike Bayer2020-05-251-6/+22
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-2/+16