summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql
Commit message (Expand)AuthorAgeFilesLines
* ORM bulk insert via executeMike Bayer2022-09-241-1/+1
* implement batched INSERT..VALUES () () for executemanyMike Bayer2022-09-242-22/+74
* catch exception for system_views alsoMike Bayer2022-09-151-26/+28
* Fix Azure Synapse connection errorGord Thompson2022-09-021-18/+25
* include mssql_clustered dialect_options when reflecting - issue #8288John Lennox2022-08-231-2/+21
* remove notes re: current pymssql DBAPI featuresMike Bayer2022-08-191-18/+0
* Support comments on MSSQLDaniel Hall2022-08-102-25/+155
* repair doc warningsMike Bayer2022-08-081-1/+1
* Merge "translate joined inheritance cols in UPDATE/DELETE" into mainmike bayer2022-08-051-0/+2
|\
| * translate joined inheritance cols in UPDATE/DELETEMike Bayer2022-08-051-0/+2
* | Fix 'No transaction found' error on Synapse.Gord Thompson2022-08-022-31/+77
|/
* Use FETCH FIRST N ROWS / OFFSET for Oracle LIMIT/OFFSETMike Bayer2022-07-201-17/+6
* document create_engine.isolation_level for PGMike Bayer2022-07-131-1/+4
* generalize sql server check for id col to accommodate ORM casesMike Bayer2022-07-061-5/+2
* Change setinputsizes behavior for mssql+pyodbcGord Thompson2022-06-291-7/+57
* rearchitect reflection for batched performanceFederico Caselli2022-06-181-65/+107
* Generalize RETURNING and suppor for MariaDB / SQLiteDaniel Black2022-06-022-2/+5
* add backend agnostic UUID datatypeMike Bayer2022-06-011-1/+95
* Use collation in reflection in MSSQLFederico Caselli2022-05-201-2/+4
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-287-1/+14
* implement multi-element expression constructsMike Bayer2022-04-131-0/+5
* implement iso date literals for all backendsMike Bayer2022-04-082-2/+3
* 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