summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql/base.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add support for "real" sequences in mssqlGord Thompson2020-05-291-40/+88
|/
* 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
* Stop converting mssql datetime.time parameters to datetime.datetimeGord Thompson2020-05-231-1/+5
* Add immutabledict C codeMike Bayer2020-05-231-1/+1
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-2/+2
* Fix regression when reflecting tables in MSSQLFederico Caselli2020-04-221-12/+29
* Deprecate ``DISTINCT ON`` when not targeting PostgreSQLFederico Caselli2020-04-201-9/+3
* Create initial 2.0 engine implementationMike Bayer2020-04-161-13/+19
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-7/+8
* Run search and replace of symbolic module namesMike Bayer2020-04-141-28/+40
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-141-3/+4
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-2/+4
* Broaden is[not]_distinct_from supportGord Thompson2020-04-021-0/+12
* Correct ambiguous func / class linksMike Bayer2020-03-251-2/+2
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-6/+6
* Support inspection of computed columnFederico Caselli2020-03-151-21/+42
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-19/+5
* Result initial introductionMike Bayer2020-02-211-19/+34
* Merge "Replace engine.execute w/ context manager (step1)"mike bayer2020-02-191-1/+2
|\
| * Replace engine.execute w/ context manager (step1)Gord Thompson2020-02-171-1/+2
* | Merge "Create initial future package, RemovedIn20Warning"mike bayer2020-02-171-1/+1
|\ \ | |/ |/|
| * Create initial future package, RemovedIn20WarningMike Bayer2020-02-121-1/+1