summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow dialect-specific stringificationMike Bayer2020-11-081-0/+2
* Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-2/+2
* Correct reflection for composite primary keysfulpm2020-10-211-9/+13
* Add SQL Server 01000 disconnectMike Bayer2020-10-141-3/+4
* Fetch first supportFederico Caselli2020-10-021-45/+73
* Add reflection for Identity columnsFederico Caselli2020-09-282-76/+88
* upgrade to black 20.8b1Mike Bayer2020-09-282-10/+11
* Fix has_table() for mssql temporary tablesGord Thompson2020-09-191-14/+27
* Add support for Azure authentication optionsGord Thompson2020-09-171-1/+2
* Correct for SQL Server temp table ownerMike Bayer2020-09-151-29/+39
* Merge "Improve handling of covering indexes"mike bayer2020-09-121-2/+11
|\
| * Improve handling of covering indexesGord Thompson2020-09-121-2/+11
* | Merge "Do not specify type on mssql by default"mike bayer2020-09-121-16/+18
|\ \
| * | Do not specify type on mssql by defaultFederico Caselli2020-09-121-16/+18
* | | Merge "Reflect mssql/postgresql filtered/partial indexes"mike bayer2020-09-121-1/+14
|\ \ \
| * | | Reflect mssql/postgresql filtered/partial indexesRamonWill2020-09-121-1/+14
* | | | Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-8/+7
| |_|/ |/| |
* | | Improve reflection for mssql temporary tablesGord Thompson2020-09-013-4/+67
* | | Add deprecation warning for mssql legacy_schema_aliasingGord Thompson2020-08-242-8/+15
| |/ |/|
* | Merge "Add support for identity columns"mike bayer2020-08-211-21/+67
|\ \ | |/ |/|
| * Add support for identity columnsFederico Caselli2020-08-191-21/+67
* | Add JSON support for mssqlGord Thompson2020-08-193-0/+201
|/
* fix formattingMike Bayer2020-08-041-1/+1
* Add note that fast_executemany uses memoryMike Bayer2020-08-041-7/+11
* Fix mssql dialect escaping object names containing ']'Gord Thompson2020-07-181-1/+4
* Merge "test single and double quote inspection scenarios"2020_tutorialmike bayer2020-07-131-3/+6
|\
| * test single and double quote inspection scenariosMike Bayer2020-07-131-3/+6
* | more docs for autocommit isolation levelMike Bayer2020-07-121-3/+4
|/
* Merge "Add future=True to create_engine/Session; unify select()"mike bayer2020-07-081-29/+37
|\
| * Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-29/+37
* | Document pyodbc built-in poolingMike Bayer2020-07-051-0/+26
|/
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-1/+1