summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Merge "Add support for "real" sequences in mssql"mike bayer2020-06-012-40/+97
|\ \
| * | Add support for "real" sequences in mssqlGord Thompson2020-05-292-40/+97
| |/
* | Fix is_disconnect false positive for mssql+pyodbcGord Thompson2020-06-011-3/+3
|/
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-10/+1
* Convert execution to move through SessionMike Bayer2020-05-251-4/+6
* Avoid proxy functions in row functionsFederico Caselli2020-05-231-1/+1
* Merge "Add note re: pymssql not in CI"mike bayer2020-05-231-0/+5
|\
| * Add note re: pymssql not in CIGord Thompson2020-05-161-0/+5
* | Stop converting mssql datetime.time parameters to datetime.datetimeGord Thompson2020-05-231-1/+5
* | Add immutabledict C codeMike Bayer2020-05-231-1/+1
|/
* Move supports_sane_rowcount_returning = False to dialect levelGord Thompson2020-05-111-0/+3
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-2/+2
* Deprecate unsupported dialects and dbapiFederico Caselli2020-04-293-91/+4
* Merge "Fix regression when reflecting tables in MSSQL"mike bayer2020-04-221-12/+29
|\
| * Fix regression when reflecting tables in MSSQLFederico Caselli2020-04-221-12/+29
* | Fix typo in pymssql documentation; minor clarificationGord Thompson2020-04-201-2/+3
|/
* Merge "Deprecate ``DISTINCT ON`` when not targeting PostgreSQL"mike bayer2020-04-201-9/+3
|\
| * Deprecate ``DISTINCT ON`` when not targeting PostgreSQLFederico Caselli2020-04-201-9/+3