summaryrefslogtreecommitdiff
path: root/test/dialect/mssql.py
Commit message (Expand)AuthorAgeFilesLines
* - 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