| Commit message (Expand) | Author | Age | Files | Lines |
* | - postgres cursor option is now server_side_cursors=False; some users get bad... | Mike Bayer | 2007-01-14 | 1 | -5/+7 |
* | typo fix (thanks Paul J) | Rick Morrison | 2007-01-06 | 1 | -1/+1 |
* | Removed "burned-in" schema name of "dbo". Suggested by janezj | Rick Morrison | 2007-01-04 | 1 | -3/+7 |
* | Patch from Paul Johnston that refactors adodbapi vs. pymssql a bit, fixes bro... | Rick Morrison | 2007-01-04 | 1 | -52/+37 |
* | reversing last commit | Rick Morrison | 2006-12-18 | 1 | -6/+1 |
* | added missing ref to between in sql.py __all__ | Rick Morrison | 2006-12-17 | 1 | -1/+6 |
* | fix: auto_identity_insert was not working with non-list insert parms | Rick Morrison | 2006-11-07 | 1 | -3/+5 |
* | - a fair amount of cleanup to the schema package, removal of ambiguous | Mike Bayer | 2006-10-14 | 1 | -4/+4 |
* | added 'ntext' reflected type | Mike Bayer | 2006-10-13 | 1 | -0/+1 |
* | some cleanup submitted by Lele Galifax | Mike Bayer | 2006-10-13 | 1 | -3/+0 |
* | fix PK redefinition | Rick Morrison | 2006-09-29 | 1 | -3/+1 |
* | NCHAR and NVARCHAR support for MS-SQL. Patch from Kent Johnson | Rick Morrison | 2006-09-27 | 1 | -2/+12 |
* | Simplified MSSQL table reflection code | Rick Morrison | 2006-09-26 | 1 | -34/+47 |
* | fix misspelled func calls | Rick Morrison | 2006-09-26 | 1 | -4/+4 |
* | Fixes use of port for pymssql | Rick Morrison | 2006-09-23 | 1 | -15/+36 |
* | - added autoincrement=True to Column; will disable schema generation | Mike Bayer | 2006-09-23 | 1 | -1/+1 |
* | no KeyError if url params not provided | Mike Bayer | 2006-09-19 | 1 | -1/+1 |
* | - postgres reflection moved to use pg_schema tables, can be overridden | Mike Bayer | 2006-08-21 | 1 | -3/+3 |
* | added MSTinyInteger to MS-SQL [ticket:263] | Mike Bayer | 2006-08-12 | 1 | -1/+5 |
* | quoting facilities set up so that database-specific quoting can be | Mike Bayer | 2006-08-12 | 1 | -1/+14 |
* | fixed ms-sql connect() to work with adodbapi | Mike Bayer | 2006-08-11 | 1 | -7/+3 |
* | added reflected 'tinyint' type to MS-SQL [ticket:263] | Mike Bayer | 2006-08-04 | 1 | -0/+1 |
* | [ticket:256] propigating url.query arguments to connect() function for all db's | Mike Bayer | 2006-07-25 | 1 | -0/+1 |
* | overhaul to schema, addition of ForeignKeyConstraint/ | Mike Bayer | 2006-07-14 | 1 | -7/+1 |
* | fixed up boolean datatype for sqlite, mysql, ms-sql | Mike Bayer | 2006-07-13 | 1 | -0/+13 |
* | got MS-SQL support largely working, including reflection, basic types, fair a... | Mike Bayer | 2006-07-01 | 1 | -17/+41 |
* | removed toengine() calls | Mike Bayer | 2006-06-29 | 1 | -7/+5 |
* | added "NonExistentTable" exception throw to reflection, courtesy lbruno@repub... | Mike Bayer | 2006-06-06 | 1 | -3/+6 |
* | merged r. morrisons 0.2 update from branch to trunk | Mike Bayer | 2006-05-27 | 1 | -61/+80 |
* | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -1/+1 |
* | moves the binding of a TypeEngine object from "schema/statement creation" tim... | Mike Bayer | 2006-04-06 | 1 | -1/+1 |
* | adjustments to auto-table-aliasing logic (R. Morrison) | Mike Bayer | 2006-04-03 | 1 | -4/+4 |
* | DOH ! | Mike Bayer | 2006-04-03 | 1 | -0/+492 |