summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/mssql.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [ticket:256] propigating url.query arguments to connect() function for all db'sMike Bayer2006-07-251-0/+1
|
* overhaul to schema, addition of ForeignKeyConstraint/Mike Bayer2006-07-141-7/+1
| | | | | | | | PrimaryKeyConstraint objects (also UniqueConstraint not completed yet). table creation and reflection modified to be more oriented towards these new table-level objects. reflection for sqlite/postgres/mysql supports composite foreign keys; oracle/mssql/firebird not converted yet.
* 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 ↵Mike Bayer2006-07-011-17/+41
| | | | | | amount of ORM stuff, etc. 'rowcount' label is reseved in MS-SQL and had to change in sql.py count() as well as orm.query
* removed toengine() callsMike Bayer2006-06-291-7/+5
|
* added "NonExistentTable" exception throw to reflection, courtesy ↵Mike Bayer2006-06-061-3/+6
| | | | lbruno@republico.estv.ipv.pt, for [ticket:138]
* 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" ↵Mike Bayer2006-04-061-1/+1
| | | | time into "compilation" time
* adjustments to auto-table-aliasing logic (R. Morrison)Mike Bayer2006-04-031-4/+4
|
* DOH !Mike Bayer2006-04-031-0/+492