summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql
Commit message (Expand)AuthorAgeFilesLines
...
* cx_Oracle modernizeMike Bayer2022-04-071-10/+41
* pep 484 for typesMike Bayer2022-03-191-2/+2
* Fix "Ambiguous column name" error on FK reflectionGord Thompson2022-03-141-1/+2
* Add LongAsMax note to mssql+pyodbc dialect docsGord Thompson2022-03-041-0/+27
* pep-484 for engineMike Bayer2022-03-012-3/+3
* remove never-used get_result_cursor_strategy() methodMike Bayer2022-02-191-9/+0
* Added support for ``FILESTREAM`` in MSSQL.Federico Caselli2022-01-201-6/+31
* initial reorganize for static typingMike Bayer2022-01-121-24/+22
* remove non-working mssql description_encoding paramMike Bayer2022-01-111-5/+1
* happy new year 2022Mike Bayer2022-01-065-5/+5
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-4/+4
* Merge "Reflect included columns as dialect_options" into mainmike bayer2021-12-271-0/+6
|\
| * Reflect included columns as dialect_optionsGord Thompson2021-12-271-0/+6
* | Replace raise_ with raise fromFederico Caselli2021-12-271-15/+9
|/
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-171-1/+1
* Warn when caching is disabled / documentMike Bayer2021-12-061-0/+1
* 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