summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql
Commit message (Expand)AuthorAgeFilesLines
* provide connectionfairy on initializeMike Bayer2021-11-292-19/+20
* Clean up most py3k compatFederico Caselli2021-11-242-10/+7
* Remove object in class definitionFederico Caselli2021-11-223-6/+6
* fully support isolation_level parameter in base dialectMike Bayer2021-11-182-19/+6
* Merge "removals: all unicode encoding / decoding" into mainmike bayer2021-11-111-7/+2
|\
| * removals: all unicode encoding / decodingMike Bayer2021-11-101-7/+2
* | change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-091-0/+3
|/
* First round of removal of python 2Federico Caselli2021-11-011-6/+0
* Merge "Remove deprecated dialects and drivers" into mainmike bayer2021-10-312-151/+0
|\
| * Remove deprecated dialects and driversFederico Caselli2021-10-312-151/+0
* | The ``has_table`` method now also checks viewsFederico Caselli2021-10-311-1/+6
|/
* Fixes: #5020jonathan vanasco2021-10-271-7/+68
* Fix reflection of FK against a unique indexGord Thompson2021-10-141-24/+135
* Fix has_table() false negative for #temp tablesGord Thompson2021-10-121-8/+12
* Merge "Add autocommit documentation for Azure SQL DW"mike bayer2021-10-061-3/+42
|\
| * Add autocommit documentation for Azure SQL DWGord Thompson2021-09-281-3/+42
* | organize datetime types for correct implsMike Bayer2021-10-012-3/+18
|/
* Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-111-1/+1
* Fix has_table() to exclude other sessions' local temp tablesGord Thompson2021-08-231-3/+17
* labeling refactorMike Bayer2021-07-121-4/+2
* Replace all http:// links to https://Federico Caselli2021-07-046-14/+14
* Merge "apply render_schema_translates to identity insert directives"mike bayer2021-06-231-2/+10
|\
| * apply render_schema_translates to identity insert directivesMike Bayer2021-06-211-2/+10
* | Improve regexp used by pymssql to parse db versionFederico Caselli2021-06-211-1/+1
|/
* fix typo in"Connecting to databases with access tokens" (#6432)Katsuyuki Sakai2021-05-251-1/+1
* Update black flak8 and zimportsFederico Caselli2021-05-121-1/+1
* don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+2
* Add .as_generic() support to mssql BIT columnsGord Thompson2021-04-271-1/+8
* Pass all datetime values to pyodbc for timezone-naive columnMike Bayer2021-04-261-2/+8
* Add DateTime(timezone=True) support to mssqlGord Thompson2021-04-202-8/+24
* don't base compilation off the int value of offset/limit part IIMike Bayer2021-04-141-7/+1
* Explicitly test for Connection in dialect.has_table()Mike Bayer2021-04-141-0/+1
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-014-0/+4
* Fix MSSQL / Oracle limit/offset regressionsFederico Caselli2021-03-311-4/+7
* Merge "Add documentation for connecting to Azure SQL instances with managed i...mike bayer2021-03-191-8/+69
|\
| * Add documentation for connecting to Azure SQL instances with managed identitiesAlex Lowe2021-03-181-9/+70
* | Turn off pyodbc setinputsizes() by defaultMike Bayer2021-03-161-1/+18
|/
* Add supported database version for internal dialectsFederico Caselli2021-03-071-1/+3
* Add missing colon before code block in docsFederico Caselli2021-02-261-1/+1
* mssql+pyodbc specify ampersand separatorGord Thompson2021-02-241-1/+10
* Fix a reflection error for MSSQL 2005Federico Caselli2021-02-181-1/+7
* Allow update.returing() to work with from_statement()Mike Bayer2021-02-141-3/+3
* Add identifier_preparer per-execution context for schema translatesMike Bayer2021-02-081-5/+5
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-1/+1
* Merge "Add mssql+turbodbc to external dialect list"mike bayer2021-01-151-0/+10
|\
| * Add mssql+turbodbc to external dialect listGord Thompson2021-01-131-0/+10
* | reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-132-9/+38
|/
* happy new yearMike Bayer2021-01-046-6/+6
* Fix issues with JSON and float/numericGord Thompson2020-12-201-6/+7
* Fixed compile for mssql dialectGord Thompson2020-12-091-12/+12