| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace c extension with cython versions.workflow_test_cython | Federico Caselli | 2021-12-17 | 1 | -1/+1 |
* | provide connectionfairy on initialize | Mike Bayer | 2021-11-29 | 1 | -6/+8 |
* | fully support isolation_level parameter in base dialect | Mike Bayer | 2021-11-18 | 1 | -0/+3 |
* | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -2/+2 |
* | Improve regexp used by pymssql to parse db version | Federico Caselli | 2021-06-21 | 1 | -1/+1 |
* | Default caching to opt-out for 3rd party dialects | Mike Bayer | 2021-04-01 | 1 | -0/+1 |
* | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
* | Add note re: pymssql not in CI | Gord Thompson | 2020-05-16 | 1 | -0/+5 |
* | Fix typo in pymssql documentation; minor clarification | Gord Thompson | 2020-04-20 | 1 | -2/+3 |
* | Update pymssql information for mssql dialect | Gord Thompson | 2020-04-20 | 1 | -5/+18 |
* | Deprecate plain string in execute and introduce `exec_driver_sql` | Federico Caselli | 2020-03-21 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | Recognize message 20047 as disconnect event in MSDialect_pymssql | Jon Schuff | 2019-05-15 | 1 | -0/+1 |
* | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -5/+8 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -20/+18 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | Add SQL Server CI coverage | Mike Bayer | 2017-08-31 | 1 | -6/+6 |
* | Add preparer to pymssql that disables percent doubling | Mike Bayer | 2017-08-30 | 1 | -1/+12 |
* | Implement AUTOCOMMIT for pyodbc, pymssql | Mike Bayer | 2017-08-29 | 1 | -0/+8 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | Add "message 20017" (unexpected EOF from the server) to mssql. | Ken Robbins | 2016-09-19 | 1 | -0/+1 |
* | Fix pymssql sample URL | Mike Bayer | 2016-04-27 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - Added the error "20006: Write to the server failed" to the list | Mike Bayer | 2015-11-30 | 1 | -1/+2 |
* | - pymssql has PEP249 Binary contructor since 2.1.1pr/166 | Ramiro Morales | 2015-04-05 | 1 | -4/+5 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - Fixed the version string detection in the pymssql dialect to | Mike Bayer | 2014-09-16 | 1 | -1/+1 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -2/+3 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | take out the support paragraph and just put a basic intro | Mike Bayer | 2014-03-09 | 1 | -9/+3 |
* | dialects/mssql/pymssql.py: Remove second two paragraphs, as requested by @zzz...pr/75 | Marc Abramowitz | 2014-03-03 | 1 | -9/+0 |
* | Update pymssql dialect description, remove "limitations" section | Marc Abramowitz | 2014-02-27 | 1 | -9/+16 |
* | Update URL for pymssql | Marc Abramowitz | 2014-02-27 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | Remove terminated connections from the pool.pr/51 | John Anderson | 2013-12-16 | 1 | -0/+1 |
* | Merged in sontek/sqlalchemy/add_better_disconnect_checks (pull request #47) | Mike Bayer | 2013-03-29 | 1 | -0/+2 |
|\ |
|
| * | cleaned up errors, only check for connection timeout for now | John Anderson | 2013-03-18 | 1 | -3/+2 |
| * | Added disconnect checks for timeout, unable to read, and unable to write | John Anderson | 2013-03-18 | 1 | -0/+3 |
* | | dialects/mssql/pymssql.py: Modify module.Binary to work properly with | Marc Abramowitz | 2013-03-18 | 1 | -1/+1 |
|/ |
|
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | kill me now, pep8 pass, so close | Diana Clarke | 2012-11-20 | 1 | -0/+1 |
* | just a pep8 pass | Diana Clarke | 2012-11-20 | 1 | -2/+2 |
* | juts a 'expected 2 blank lines' pep8 pass | Diana Clarke | 2012-11-19 | 1 | -0/+2 |
* | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -20/+6 |
* | - more import cleanup for MSSQL | Mike Bayer | 2012-08-07 | 1 | -2/+2 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -2/+2 |
* | - [bug] Dropped the "30 char" limit on pymssql, | Mike Bayer | 2012-01-22 | 1 | -1/+0 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 1 | -1/+1 |