summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql/pymssql.py
Commit message (Expand)AuthorAgeFilesLines
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-171-1/+1
* provide connectionfairy on initializeMike Bayer2021-11-291-6/+8
* fully support isolation_level parameter in base dialectMike Bayer2021-11-181-0/+3
* Replace all http:// links to https://Federico Caselli2021-07-041-2/+2
* Improve regexp used by pymssql to parse db versionFederico Caselli2021-06-211-1/+1
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-011-0/+1
* happy new yearMike Bayer2021-01-041-1/+1
* Add note re: pymssql not in CIGord Thompson2020-05-161-0/+5
* Fix typo in pymssql documentation; minor clarificationGord Thompson2020-04-201-2/+3
* Update pymssql information for mssql dialectGord Thompson2020-04-201-5/+18
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-1/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Recognize message 20047 as disconnect event in MSDialect_pymssqlJon Schuff2019-05-151-0/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-5/+8
* Run black -l 79 against all source filesMike Bayer2019-01-061-20/+18
* happy new yearMike Bayer2018-01-121-1/+1
* Add SQL Server CI coverageMike Bayer2017-08-311-6/+6
* Add preparer to pymssql that disables percent doublingMike Bayer2017-08-301-1/+12
* Implement AUTOCOMMIT for pyodbc, pymssqlMike Bayer2017-08-291-0/+8
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Add "message 20017" (unexpected EOF from the server) to mssql.Ken Robbins2016-09-191-0/+1
* Fix pymssql sample URLMike Bayer2016-04-271-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - Added the error "20006: Write to the server failed" to the listMike Bayer2015-11-301-1/+2
* - pymssql has PEP249 Binary contructor since 2.1.1pr/166Ramiro Morales2015-04-051-4/+5
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - Fixed the version string detection in the pymssql dialect toMike Bayer2014-09-161-1/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-2/+3
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* take out the support paragraph and just put a basic introMike Bayer2014-03-091-9/+3
* dialects/mssql/pymssql.py: Remove second two paragraphs, as requested by @zzz...pr/75Marc Abramowitz2014-03-031-9/+0
* Update pymssql dialect description, remove "limitations" sectionMarc Abramowitz2014-02-271-9/+16
* Update URL for pymssqlMarc Abramowitz2014-02-271-1/+1
* - happy new yearMike Bayer2014-01-051-1/+1
* Remove terminated connections from the pool.pr/51John Anderson2013-12-161-0/+1
* Merged in sontek/sqlalchemy/add_better_disconnect_checks (pull request #47)Mike Bayer2013-03-291-0/+2
|\
| * cleaned up errors, only check for connection timeout for nowJohn Anderson2013-03-181-3/+2
| * Added disconnect checks for timeout, unable to read, and unable to writeJohn Anderson2013-03-181-0/+3
* | dialects/mssql/pymssql.py: Modify module.Binary to work properly withMarc Abramowitz2013-03-181-1/+1
|/
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* kill me now, pep8 pass, so closeDiana Clarke2012-11-201-0/+1
* just a pep8 passDiana Clarke2012-11-201-2/+2
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-191-0/+2
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-20/+6
* - more import cleanup for MSSQLMike Bayer2012-08-071-2/+2
* -whitespace bonanza, contdMike Bayer2012-07-281-2/+2
* - [bug] Dropped the "30 char" limit on pymssql,Mike Bayer2012-01-221-1/+0
* happy new yearMike Bayer2012-01-041-1/+1
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-091-1/+1