summaryrefslogtreecommitdiff
path: root/test/dialect/mssql/test_compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Run bracket interpretation for reflectionShan2023-01-231-0/+41
* Try running pyupgrade on the codeFederico Caselli2022-11-161-1/+0
* establish consistency for RETURNING column labelsMike Bayer2022-11-111-0/+29
* ensure RETURNING renders in stringify w/ no server versionMike Bayer2022-08-031-0/+16
* Warn when caching is disabled / documentMike Bayer2021-12-061-1/+1
* change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-091-17/+18
* Remove deprecated dialects and driversFederico Caselli2021-10-311-4/+3
* Merge "dont qualify literal_binds with literal_execute"mike bayer2021-08-071-0/+17
|\
| * dont qualify literal_binds with literal_executeMike Bayer2021-08-071-0/+17
* | Modernize tests - dml_valuesGord Thompson2021-07-261-11/+20
|/
* Modernize tests - dml_whereclauseGord Thompson2021-07-261-5/+5
* Modernize tests - legacy_selectGord Thompson2021-07-211-1/+7
* Modernize tests - unionGord Thompson2021-07-121-1/+1
* Ensure compiler uses quote_schema hook for translates rendersMike Bayer2021-06-301-12/+44
* don't base compilation off the int value of offset/limit part IIMike Bayer2021-04-141-2/+25
* Fix MSSQL / Oracle limit/offset regressionsFederico Caselli2021-03-311-4/+6
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-1/+1
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-1/+1
* Fixed compile for mssql dialectGord Thompson2020-12-091-0/+26
* Fetch first supportFederico Caselli2020-10-021-14/+238
* upgrade to black 20.8b1Mike Bayer2020-09-281-5/+24
* Merge "Reflect mssql/postgresql filtered/partial indexes"mike bayer2020-09-121-0/+6
|\
| * Reflect mssql/postgresql filtered/partial indexesRamonWill2020-09-121-0/+6
* | Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-19/+22
* | Add support for identity columnsFederico Caselli2020-08-191-90/+237
|/
* Fix mssql dialect escaping object names containing ']'Gord Thompson2020-07-181-3/+16
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-30/+30
* Merge "Support multiple dotted sections in mssql schema names"mike bayer2020-06-011-0/+37
|\
| * Support multiple dotted sections in mssql schema namesMike Bayer2020-06-011-0/+37
* | Add support for "real" sequences in mssqlGord Thompson2020-05-291-47/+0
|/
* Document new LIMIT/OFFSET support; support subquery ORDER BYMike Bayer2020-02-131-3/+109
* MSSQL 2014 OFFSET/FETCH syntax supportElkin2020-02-071-0/+23
* Enable F821Mike Bayer2020-01-041-2/+2
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-20/+37
* Interpret empty LIMIT, expression LIMIT correctlyMike Bayer2019-11-091-0/+23
* Support for generated columnsCaselIT2019-11-081-0/+22
* Apply quoting to SQL Server _switch_dbMike Bayer2019-10-031-16/+0
* Render LIMIT/OFFSET conditions after compile on select dialectsMike Bayer2019-08-301-6/+9
* Label simple column transformations as the column nameMike Bayer2019-08-281-1/+1
* Add support for try_cast function on sqlalchemy.dialects.mssqlLeonel Atencio2019-08-121-0/+10
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-5/+5
* Add support for filtered indexes for mssql dialectmollardthomas2019-05-061-0/+9
* Black updatesMike Bayer2019-04-111-4/+4
* MSSQL: only compile ORDER BY if it will be renderedMatt Lewellyn2019-04-041-0/+30
* Post black reformattingMike Bayer2019-01-061-26/+28
* Run black -l 79 against all source filesMike Bayer2019-01-061-456/+613
* Move CRUDTest, InlineDefaultTest from test_compilerMike Bayer2018-12-011-0/+29
* Add new parameters for IDENTITY start/increment in mssqlMike Bayer2018-11-141-9/+98
* Make column-level collation quoting dialect-specificMike Bayer2018-01-121-0/+14
* Allow delete where clause to refer multiple tables.inytar2017-12-051-0/+17