summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql/base.py
Commit message (Expand)AuthorAgeFilesLines
* 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-041-4/+4
* apply render_schema_translates to identity insert directivesMike Bayer2021-06-211-2/+10
* Update black flak8 and zimportsFederico Caselli2021-05-121-1/+1
* Add .as_generic() support to mssql BIT columnsGord Thompson2021-04-271-1/+8
* Add DateTime(timezone=True) support to mssqlGord Thompson2021-04-201-6/+13
* 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-011-0/+1
* Fix MSSQL / Oracle limit/offset regressionsFederico Caselli2021-03-311-4/+7
* Add supported database version for internal dialectsFederico Caselli2021-03-071-1/+3
* 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
* 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-131-7/+6
|/
* happy new yearMike Bayer2021-01-041-1/+1
* 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
* Fetch first supportFederico Caselli2020-10-021-45/+73
* Add reflection for Identity columnsFederico Caselli2020-09-281-76/+58
* upgrade to black 20.8b1Mike Bayer2020-09-281-8/+10
* Fix has_table() for mssql temporary tablesGord Thompson2020-09-191-14/+27
* 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-011-1/+36
* | | Add deprecation warning for mssql legacy_schema_aliasingGord Thompson2020-08-241-2/+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-191-0/+74
|/
* 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
|/
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-29/+37
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-5/+7
* Added reflection method :meth:`.Inspector.get_sequence_names`Federico Caselli2020-06-031-0/+13
* Merge "Support multiple dotted sections in mssql schema names"mike bayer2020-06-011-9/+35
|\
| * Support multiple dotted sections in mssql schema namesMike Bayer2020-06-011-9/+35