summaryrefslogtreecommitdiff
path: root/test/dialect/mssql
Commit message (Expand)AuthorAgeFilesLines
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-082-20/+23
* Improve reflection for mssql temporary tablesGord Thompson2020-09-011-0/+49
* Merge "internal test framework files for standardization of is_not/not_in;"mike bayer2020-08-301-2/+2
|\
| * internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-291-2/+2
* | Emit v2.0 deprecation warning for "implicit autocommit"Gord Thompson2020-08-281-11/+30
* | Add deprecation warning for mssql legacy_schema_aliasingGord Thompson2020-08-243-196/+262
|/
* Add support for identity columnsFederico Caselli2020-08-193-93/+244
* Genericize str() for typesMike Bayer2020-08-011-2/+7
* 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-084-46/+46
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-3/+3
* Fix connection string escaping for mssql+pyodbcGord Thompson2020-06-041-3/+3
* Merge "Support multiple dotted sections in mssql schema names"mike bayer2020-06-012-49/+95
|\
| * Support multiple dotted sections in mssql schema namesMike Bayer2020-06-012-49/+95
* | Merge "Add support for "real" sequences in mssql"mike bayer2020-06-014-110/+141
|\ \
| * | Add support for "real" sequences in mssqlGord Thompson2020-05-294-110/+141
| |/
* | Fix is_disconnect false positive for mssql+pyodbcGord Thompson2020-06-011-2/+43
|/
* Stop converting mssql datetime.time parameters to datetime.datetimeGord Thompson2020-05-231-0/+46
* Don't emit pyodbc "no driver" warning for empty URLMike Bayer2020-05-221-0/+7
* Deprecate unsupported dialects and dbapiFederico Caselli2020-04-291-27/+0
* Fix one more db.execute in mssql testGord Thompson2020-03-311-2/+2
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-214-38/+77
* Deprecate the databases packagesFederico Caselli2020-02-283-3/+3
* Deprecate connection branchingMike Bayer2020-02-211-2/+1
* Replace engine.execute w/ context manager (step1)Gord Thompson2020-02-172-14/+23
* Further refine fractional seconds datetimeoffset fixtureMike Bayer2020-02-171-8/+15
* Merge "Document new LIMIT/OFFSET support; support subquery ORDER BY"mike bayer2020-02-131-3/+109
|\
| * Document new LIMIT/OFFSET support; support subquery ORDER BYMike Bayer2020-02-131-3/+109
* | Fractional seconds starts at Python 3.7Mike Bayer2020-02-131-1/+1
|/
* Fix handling of None as parameter for a datetimeoffset columnGord Thompson2020-02-101-47/+131
* MSSQL 2014 OFFSET/FETCH syntax supportElkin2020-02-071-0/+23
* Enable F821Mike Bayer2020-01-041-2/+2
* Fix DATETIMEOFFSET formatting to preserve fractional seconds.Gord Thompson2019-12-311-1/+1
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-20/+37
* Add DATETIMEOFFSET support for mssql+pyodbcGord Thompson2019-11-291-5/+27
* Interpret empty LIMIT, expression LIMIT correctlyMike Bayer2019-11-091-0/+23
* Support for generated columnsCaselIT2019-11-081-0/+22
* Ensure SQL Server default schema name not interpreted as dot-separated tokensMike Bayer2019-10-171-0/+12
* Apply quoting to SQL Server _switch_dbMike Bayer2019-10-032-16/+83
* Render LIMIT/OFFSET conditions after compile on select dialectsMike Bayer2019-08-302-9/+19
* 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
* Modernize internal reflectionMike Bayer2019-08-061-1/+1
* Fix typosMin ho Kim2019-07-211-1/+1
* CAST bind values against SQL Server sys into NVARCHARMike Bayer2019-06-281-0/+17
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-182-6/+6
* Recognize message 20047 as disconnect event in MSDialect_pymssqlJon Schuff2019-05-151-0/+3
* 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