summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql/base.py
Commit message (Expand)AuthorAgeFilesLines
* Warn when caching is disabled / documentMike Bayer2021-12-061-0/+1
* provide connectionfairy on initializeMike Bayer2021-11-291-13/+12
* Clean up most py3k compatFederico Caselli2021-11-241-8/+5
* Remove object in class definitionFederico Caselli2021-11-221-2/+2
* fully support isolation_level parameter in base dialectMike Bayer2021-11-181-19/+3
* 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
|/
* 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
* organize datetime types for correct implsMike Bayer2021-10-011-1/+12
* 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-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
| |_|/ |/| |