summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/mssql.py
Commit message (Expand)AuthorAgeFilesLines
* overhaul to schema, addition of ForeignKeyConstraint/Mike Bayer2006-07-141-7/+1
* fixed up boolean datatype for sqlite, mysql, ms-sqlMike Bayer2006-07-131-0/+13
* got MS-SQL support largely working, including reflection, basic types, fair a...Mike Bayer2006-07-011-17/+41
* removed toengine() callsMike Bayer2006-06-291-7/+5
* added "NonExistentTable" exception throw to reflection, courtesy lbruno@repub...Mike Bayer2006-06-061-3/+6
* merged r. morrisons 0.2 update from branch to trunkMike Bayer2006-05-271-61/+80
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-1/+1
* moves the binding of a TypeEngine object from "schema/statement creation" tim...Mike Bayer2006-04-061-1/+1
* adjustments to auto-table-aliasing logic (R. Morrison)Mike Bayer2006-04-031-4/+4
* DOH !Mike Bayer2006-04-031-0/+492