summaryrefslogtreecommitdiff
path: root/test/dialect/mssql
Commit message (Expand)AuthorAgeFilesLines
* 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
* Commit transaction after SNAPSHOT isolation changeMike Bayer2019-03-081-0/+34
* Ensure scale param not sent to float typesMike Bayer2019-03-061-0/+15
* Set IDENTITY_INSERT for insert.values({column: expr})Mike Bayer2019-02-131-26/+59
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-17/+11
* Render N'' for SQL Server unicode literalsMike Bayer2019-01-151-0/+48
* Post black reformattingMike Bayer2019-01-065-108/+136
* Run black -l 79 against all source filesMike Bayer2019-01-065-1523/+1847
* Move CRUDTest, InlineDefaultTest from test_compilerMike Bayer2018-12-011-0/+29
* Add new parameters for IDENTITY start/increment in mssqlMike Bayer2018-11-143-17/+109