summaryrefslogtreecommitdiff
path: root/test/dialect/test_mssql.py
Commit message (Expand)AuthorAgeFilesLines
* - Fixed MSSQL reflection bug which did not properly handleMike Bayer2010-10-161-2/+15
* test/dialectMike Bayer2010-07-111-350/+576
* - If server_version_info is outside the usualMike Bayer2010-07-021-1/+9
* mssql+mxodbc should use executedirect for all selects and execute for insert/...Mike Bayer2010-03-261-2/+1
* try < 0Mike Bayer2010-03-191-1/+0
* just mark this test as crashing for nowMike Bayer2010-03-191-1/+2
* - the string approach appears to be necessary for large numbers, however.Mike Bayer2010-03-191-3/+3
* Because of changes to SQLAlchemy bind parameter placement, removed all mxodbc...Brad Allen2010-03-171-3/+0
* Merged from main tip, and resolved conflicts in mxodbc dialect and connector.Brad Allen2010-03-171-9/+46
|\
| * - mxodbc can use default execute() callMike Bayer2010-03-161-9/+46
* | Disabling tests for mssql+mxodbc where mxODBC cursor.execute chokes on invali...Brad Allen2010-03-161-1/+4
|/
* Added decorators to suppress unwanted warning messages during testing (not wo...Brad Allen2010-03-111-5/+5
* Improved the docstring of test_fetchid_triggerBrad Allen2010-03-091-11/+20
* Added docstring & comments explaining test_fetchid_triggerBrad Allen2010-03-081-1/+27
* some ms/odbc fixesMike Bayer2010-02-281-6/+11
* working on pyodbc / mxodbcMike Bayer2010-02-271-9/+15
* Match tests have been completely wrong.Michael Trier2010-02-261-2/+2
* Corrected a lot of mssql test issues related to Binary being deprecated and r...Michael Trier2010-02-251-4/+4
* Copy paste fail.Michael Trier2010-02-251-0/+1
* Fixed binary tests for mssql based on how the new types are being used.Michael Trier2010-02-241-6/+13
* - The Boolean type, when used on a backend that doesn'tMike Bayer2009-12-061-1/+1
* Removed references to sequence in MSSQLMichael Trier2009-10-221-3/+4
* Corrected problem with a Trusted Connection under MSSQL 2008 native driver.Michael Trier2009-10-051-2/+2
* o don't need to str() Jython arrays twicePhilip Jenvey2009-09-121-7/+10
* don't assume dict orderingPhilip Jenvey2009-09-111-1/+4
* clean up the way we detect MSSQL's form of RETURNINGMike Bayer2009-08-081-0/+14
* merge 0.6 series to trunk.Mike Bayer2009-08-061-245/+287
* Corrected problem with binary test on mssql. Still having issues with prepare...Michael Trier2009-07-261-2/+2
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+1152