summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/mssql.py
Commit message (Expand)AuthorAgeFilesLines
* - postgres cursor option is now server_side_cursors=False; some users get bad...Mike Bayer2007-01-141-5/+7
* typo fix (thanks Paul J)Rick Morrison2007-01-061-1/+1
* Removed "burned-in" schema name of "dbo". Suggested by janezjRick Morrison2007-01-041-3/+7
* Patch from Paul Johnston that refactors adodbapi vs. pymssql a bit, fixes bro...Rick Morrison2007-01-041-52/+37
* reversing last commitRick Morrison2006-12-181-6/+1
* added missing ref to between in sql.py __all__Rick Morrison2006-12-171-1/+6
* fix: auto_identity_insert was not working with non-list insert parmsRick Morrison2006-11-071-3/+5
* - a fair amount of cleanup to the schema package, removal of ambiguousMike Bayer2006-10-141-4/+4
* added 'ntext' reflected typeMike Bayer2006-10-131-0/+1
* some cleanup submitted by Lele GalifaxMike Bayer2006-10-131-3/+0
* fix PK redefinitionRick Morrison2006-09-291-3/+1
* NCHAR and NVARCHAR support for MS-SQL. Patch from Kent JohnsonRick Morrison2006-09-271-2/+12
* Simplified MSSQL table reflection codeRick Morrison2006-09-261-34/+47
* fix misspelled func callsRick Morrison2006-09-261-4/+4
* Fixes use of port for pymssqlRick Morrison2006-09-231-15/+36
* - added autoincrement=True to Column; will disable schema generationMike Bayer2006-09-231-1/+1
* no KeyError if url params not providedMike Bayer2006-09-191-1/+1
* - postgres reflection moved to use pg_schema tables, can be overriddenMike Bayer2006-08-211-3/+3
* added MSTinyInteger to MS-SQL [ticket:263]Mike Bayer2006-08-121-1/+5
* quoting facilities set up so that database-specific quoting can beMike Bayer2006-08-121-1/+14
* fixed ms-sql connect() to work with adodbapiMike Bayer2006-08-111-7/+3
* added reflected 'tinyint' type to MS-SQL [ticket:263]Mike Bayer2006-08-041-0/+1
* [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
* 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