summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql/base.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Document new LIMIT/OFFSET support; support subquery ORDER BYMike Bayer2020-02-131-8/+21
* | Fixes for public_factory and mysql/pg dml functionsMike Bayer2020-02-081-14/+19
|/
* MSSQL 2014 OFFSET/FETCH syntax supportElkin2020-02-071-3/+45
* happy new yearMike Bayer2020-01-011-1/+1
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-2/+2
* Base mssql.DATETIMEOFFSET on DateTimeMike Bayer2019-11-131-3/+3
* Interpret empty LIMIT, expression LIMIT correctlyMike Bayer2019-11-091-1/+4
* Support for generated columnsCaselIT2019-11-081-6/+18
* Ensure SQL Server default schema name not interpreted as dot-separated tokensMike Bayer2019-10-171-1/+3
* Use separate label generator for column_label naming conventionMike Bayer2019-10-141-3/+3
* Fix max_identifier_length for SQL serverMike Bayer2019-10-071-4/+0