summaryrefslogtreecommitdiff
path: root/test/dialect/test_mssql.py
Commit message (Expand)AuthorAgeFilesLines
* - [bug] removed legacy behavior wherebyMike Bayer2012-04-241-6/+5
* - [bug] UPDATE..FROM syntax with SQL ServerMike Bayer2012-04-181-1/+1
* - [bug] Repaired the use_scope_identityMike Bayer2012-04-051-1/+23
* - [feature] Added support for MSSQL INSERT,Mike Bayer2012-03-131-0/+90
* - [bug] Adjusted the regexp used in theMike Bayer2012-01-221-0/+17
* - [bug] repaired the with_hint() feature whichMike Bayer2011-12-031-0/+29
* - The behavior of =/!= when comparing a scalar selectMike Bayer2011-09-231-4/+5
* - Query will convert an OFFSET of zero whenMike Bayer2011-08-061-3/+28
* add test for [ticket:2159]rel_0_7_1Mike Bayer2011-06-051-2/+4
* - Fixed bug in MSSQL dialect whereby the aliasingMike Bayer2011-05-191-57/+74
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-12/+12
* - convert @provide_metadata to use self accessMike Bayer2011-03-261-0/+5
* whoops, only on SQL serverMike Bayer2011-03-181-0/+2
* - Rewrote the query used to get the definition of a view,Mike Bayer2011-03-161-1/+35
* - mssql VARBINARY emits 'max' for length when no length specified, as isMike Bayer2011-02-101-3/+3
* - A TypeDecorator of Integer can be used with a primary keyMike Bayer2011-01-111-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-43/+43
* - MSSQL - the String/Unicode types, and their counterparts VARCHAR/Mike Bayer2010-12-161-7/+7
* - support for cdecimalMike Bayer2010-12-111-1/+1
* - repair MS-SQL handling of LIMIT/OFFSET as binds, add bindparam() to the com...Mike Bayer2010-11-291-0/+42
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-3/+3
* - mssql+pymssql dialect now honors the "port" portionMike Bayer2010-10-241-4/+22
* - Rewrote the reflection of indexes to use sys.Mike Bayer2010-10-231-17/+59
* - Fixed bug where aliasing of tables with "schema" wouldMike Bayer2010-10-201-2/+14
* - 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