summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* MSSQL 2014 OFFSET/FETCH syntax supportElkin2020-02-071-3/+45
* Refactor test provisioning to dialect-level filesGord Thompson2020-01-262-0/+85
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-172-72/+0
* happy new yearMike Bayer2020-01-018-8/+8
* Fix DATETIMEOFFSET formatting to preserve fractional seconds.Gord Thompson2019-12-311-2/+2
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-2/+2
* Add note re: pyodbc keywords in lowercase.Gord Thompson2019-12-031-0/+2
* Add DATETIMEOFFSET support for mssql+pyodbcGord Thompson2019-11-291-0/+48
* 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
* Improve SQL Server pyodbc documentationMike Bayer2019-10-311-13/+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
* Merge "Deprecate textual column matching in Row"mike bayer2019-10-051-1/+18
|\
| * Deprecate textual column matching in RowMike Bayer2019-10-041-1/+18
* | Apply quoting to SQL Server _switch_dbMike Bayer2019-10-031-3/+12
|/
* Unify generation between Core and ORM queryMike Bayer2019-09-261-3/+3
* add SQL Server 2017 to mssql/base.py - Fixes #4833Gord Thompson2019-09-051-0/+1
* Render LIMIT/OFFSET conditions after compile on select dialectsMike Bayer2019-08-301-9/+21
* Add support for try_cast function on sqlalchemy.dialects.mssqlLeonel Atencio2019-08-122-0/+44
* SelectBase no longer a FromClauseMike Bayer2019-07-061-1/+1
* Note DBAPIs and dialects that we don't supportMike Bayer2019-07-051-1/+1
* CAST bind values against SQL Server sys into NVARCHARMike Bayer2019-06-281-6/+6
* Enable F841Mike Bayer2019-06-202-2/+1
* Reverse Alias nesting conceptMike Bayer2019-06-131-1/+1
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-3/+2
* Recognize message 20047 as disconnect event in MSDialect_pymssqlJon Schuff2019-05-151-0/+1
* Add support for filtered indexes for mssql dialectmollardthomas2019-05-061-1/+23
* MSSQL: only compile ORDER BY if it will be renderedMatt Lewellyn2019-04-041-2/+8
* Changed urllib.quote_plus to urllib.parse.quote_plus (Python 3 versio…ericdeansanchez2019-03-181-2/+2
* Commit transaction after SNAPSHOT isolation changeMike Bayer2019-03-081-0/+2
* Ensure scale param not sent to float typesMike Bayer2019-03-061-7/+8
* Set IDENTITY_INSERT for insert.values({column: expr})Mike Bayer2019-02-131-4/+12
* Fix many spell glitchesLele Gaifax2019-01-251-1/+1
* Fix mssql quote schema warningMike Bayer2019-01-251-5/+15
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-232-22/+8
* Repair use of deprecated text() typemap, bindparams parametersMike Bayer2019-01-171-35/+28
* Merge "Render N'' for SQL Server unicode literals"mike bayer2019-01-151-4/+20
|\
| * Render N'' for SQL Server unicode literalsMike Bayer2019-01-151-4/+20
* | Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-7/+0
|/