summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Update pymssql information for mssql dialectGord Thompson2020-04-201-5/+18
|/
* Create initial 2.0 engine implementationMike Bayer2020-04-161-13/+19
* Set up absolute references for create_engine and relatedMike Bayer2020-04-142-8/+10
* 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-214-19/+19
* Support inspection of computed columnFederico Caselli2020-03-152-21/+54
* Fix tests failing for SQLite file databases; repair provisioningGord Thompson2020-03-131-5/+1
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-19/+5
* Don't import provision.py unconditionallyMike Bayer2020-03-031-1/+0
* 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
* | Fix handling of None as parameter for a datetimeoffset columnGord Thompson2020-02-101-4/+15
* | Fixes for public_factory and mysql/pg dml functionsMike Bayer2020-02-081-14/+19
|/