summaryrefslogtreecommitdiff
path: root/test/dialect/mssql/test_engine.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove terminated connections from the pool.pr/51John Anderson2013-12-161-3/+4
| | | | | | In pymssql, if you terminate a long running query manually it will give you a connection reset by peer message, but this connection remains in the pool and will be re-used.
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-281-0/+154