summaryrefslogtreecommitdiff
path: root/test/sql/test_compiler.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add 'schema' parameter to tableDylan Modesitt2020-05-101-0/+74
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-1/+1
* Deprecate ``DISTINCT ON`` when not targeting PostgreSQLFederico Caselli2020-04-201-0/+7
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-1/+111
* String compiler can now literal compile datetime objectsFederico Caselli2020-03-291-0/+16
* Convert schema_translate to a post compileMike Bayer2020-03-241-4/+45
* Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-101-2/+2
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-1/+5