summaryrefslogtreecommitdiff
path: root/test/dialect/mssql.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-1146/+0
* Added multi part schema name support. Closes #594 and #1341.Michael Trier2009-04-111-0/+24
* extract() is now dialect-sensitive and supports SQLite and others.Jason Kirtland2009-03-301-0/+8
* Added a few IDENTITY tests for mssql.Michael Trier2009-01-311-0/+55
* Trying one more time to get the decimal handling on mssql right. Closes #1282.Michael Trier2009-01-221-3/+8
* Restored convert_unicode handling on mssql. Fixes #1291.Michael Trier2009-01-221-0/+23
* Corrected handling of large decimal values on mssql. Added more robust tests.Michael Trier2009-01-171-17/+36
* more session updatesMike Bayer2009-01-171-1/+1
* mssql date / time refactor.Michael Trier2009-01-051-1/+95
* Corrected an issue on mssql where Numerics would not accept an int.Michael Trier2009-01-031-2/+3
* Swap out text_as_varchar on the mssql dialect for the Types tests.Michael Trier2009-01-021-0/+6
* Added in MSGenericBinary to the mssql dialect tests.Michael Trier2008-12-291-4/+13
* Added in a new MSGenericBinary type.Michael Trier2008-12-281-2/+74
* On MSSQL if a field is part of the primary_key then it should not allow NULLS.Michael Trier2008-12-281-10/+7
* MSSQL refactoring of BINARY type and addition of MSVarBinary and MSImage.Michael Trier2008-12-281-4/+16
* Merge branch 'collation'Michael Trier2008-12-231-0/+314
* Major refactoring of the MSSQL dialect. Thanks zzzeek.Michael Trier2008-12-221-2/+60
* Support for three levels of column nullability: NULL, NOT NULL, and the datab...Michael Trier2008-12-121-0/+42
* Corrected mssql schema named subqueries from not properly aliasing the column...Michael Trier2008-11-121-0/+3
* Fixed E notation problem in mssql. Closes #1216.Michael Trier2008-11-081-0/+34
* Corrected a lot of mssql limit / offset issues. Also ensured that mssql uses ...Michael Trier2008-11-081-22/+10
* - CompileTests run without the DBAPI being usedMike Bayer2008-10-231-1/+0
* Corrected missing declaration in the mssql dialect test.Michael Trier2008-10-211-0/+1
* Cleaned up the create_connect_args so that it makes no expectations about key...Michael Trier2008-10-191-0/+16
* Removed the visit_function stuff in mssql dialect. Added some tests for the f...Michael Trier2008-10-111-0/+4
* 2.4 support !Mike Bayer2008-07-141-4/+5
* Added new basic match() operator that performs a full-text search. Supported ...Michael Trier2008-07-131-0/+105
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-2/+2
* - merged -r4458:4466 of query_columns branchMike Bayer2008-04-071-5/+5
* some fixes to the MS-SQL aliasing so that result_map is properly populatedMike Bayer2008-04-021-0/+11
* fix up some unit testsMike Bayer2008-04-011-1/+1
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-4/+4
* Fix: deletes with schemas on MSSQL 2000 [ticket:967]Paul Johnston2008-02-081-0/+18
* Fix some mssql unit testsPaul Johnston2008-02-081-0/+7
* - some consolidation of tests in select.py, movedMike Bayer2008-02-011-0/+33
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-15/+14
* - Removed @testing.supported. Dialects in development or maintained outsideJason Kirtland2007-12-131-6/+135
* changed the anonymous numbering scheme to be more appealingMike Bayer2007-12-081-2/+4
* - generation of "unique" bind parameters has been simplified to use the sameMike Bayer2007-12-061-4/+4
* - basic framework for generic functions, [ticket:615]Mike Bayer2007-12-051-1/+1
* un-screw up the attribute manager checkinMike Bayer2007-11-271-32/+0
* AttributeManager class and "cached" state removed....attribute listingMike Bayer2007-11-271-0/+32
* - MSSQL anonymous labels for selection of functions made deterministicMike Bayer2007-11-181-0/+9
* change the in_ API to accept a sequence or a selectable [ticket:750]Ants Aasma2007-10-161-2/+2
* - omitted 'table' and 'column' from 'from sqlalchemy import *'Jason Kirtland2007-08-211-0/+1
* fix line ending svn propJason Kirtland2007-08-211-47/+47
* - generalized a SQLCompileTest out of select.py, installedMike Bayer2007-08-131-16/+7
* - got is_subquery() working in the case of compound selects, test for ms-sqlMike Bayer2007-08-121-2/+24
* - fixed compiler bug in mssqlMike Bayer2007-08-121-0/+34