| Commit message (Expand) | Author | Age | Files | Lines |
| * | - fix to reflection on older DB's that might return array() type for | Mike Bayer | 2007-01-25 | 1 | -1/+6 |
| * | oracle can conditionally decide if it wants to say "use rowid" in a select st... | Mike Bayer | 2007-01-24 | 3 | -4/+7 |
| * | - *slight* support for binary, but still need to figure out how to insert rea...rel_0_3_4 | Mike Bayer | 2007-01-23 | 1 | -5/+9 |
| * | attempting to get oracle binary working | Mike Bayer | 2007-01-23 | 1 | -0/+7 |
| * | - mysql table create options work on a generic passthru now, i.e. Table(..., ... | Mike Bayer | 2007-01-20 | 1 | -5/+6 |
| * | has_table wasnt handling case-sensitive table names | Mike Bayer | 2007-01-19 | 1 | -2/+2 |
| * | - fix to the initial checkfirst for tables to take current schema into accoun... | Mike Bayer | 2007-01-17 | 1 | -3/+6 |
| * | - postgres cursor option is now server_side_cursors=False; some users get bad... | Mike Bayer | 2007-01-14 | 2 | -11/+12 |
| * | - mysql is inconsistent with what kinds of quotes it uses in foreign keys dur... | Mike Bayer | 2007-01-12 | 1 | -3/+3 |
| * | - postgres no longer uses client-side cursors, uses more efficient server side | Mike Bayer | 2007-01-10 | 1 | -3/+12 |
| * | typo fix (thanks Paul J) | Rick Morrison | 2007-01-06 | 1 | -1/+1 |
| * | tweak to support reflecting eqlite columns that didnt specify a type | Mike Bayer | 2007-01-06 | 1 | -2/+6 |
| * | copyright update | Mike Bayer | 2007-01-05 | 6 | -6/+6 |
| * | 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 |
| * | - Firebird fix to autoload multifield foreign keys [ticket:409] | Mike Bayer | 2007-01-03 | 1 | -52/+70 |
| * | - fixes to postgres reflection to better handle when schema names are present; | Mike Bayer | 2006-12-24 | 1 | -53/+34 |
| * | 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 |
| * | - added "BIGSERIAL" support for postgres table with PGBigInteger/autoincrement | Mike Bayer | 2006-12-15 | 1 | -1/+4 |
| * | PGBigInteger subclasses PGInteger so it gets used | Mike Bayer | 2006-12-15 | 1 | -1/+1 |
| * | fixed the raise for mysql to re-raise the errorrel_0_3_3 | Mike Bayer | 2006-12-15 | 1 | -2/+2 |
| * | fix to the fix for [ticket:396] plus a unit test | Mike Bayer | 2006-12-15 | 1 | -3/+5 |
| * | - patch that makes MySQL rowcount work correctly! [ticket:396] | Mike Bayer | 2006-12-13 | 1 | -1/+7 |
| * | - MySQL bool type fix: [ticket:307] | Mike Bayer | 2006-12-09 | 1 | -0/+1 |
| * | - support for None as precision/length in numeric types for postgres, sqlite,... | Mike Bayer | 2006-12-09 | 3 | -23/+33 |
| * | - MySQL detects errors 2006 (server has gone away) and 2014 | Mike Bayer | 2006-12-08 | 1 | -0/+16 |
| * | removed useless line | Mike Bayer | 2006-12-03 | 1 | -1/+0 |
| * | - made kwargs parsing to Table strict; removed various obsoluete "redefine=Tr... | Mike Bayer | 2006-11-26 | 1 | -1/+1 |
| * | fix to oracle types test, added RAW type [ticket:378] | Mike Bayer | 2006-11-21 | 1 | -0/+4 |
| * | fix to previous checkin | Mike Bayer | 2006-11-21 | 1 | -2/+2 |
| * | [ticket:373] | Mike Bayer | 2006-11-21 | 1 | -2/+3 |
| * | [ticket:366] | Mike Bayer | 2006-11-21 | 1 | -1/+3 |
| * | reflect from table.fullname for schema support | Mike Bayer | 2006-11-13 | 1 | -2/+2 |
| * | fix: auto_identity_insert was not working with non-list insert parms | Rick Morrison | 2006-11-07 | 1 | -3/+5 |
| * | - fix to postgres sequence quoting when using schemas | Mike Bayer | 2006-10-30 | 1 | -1/+1 |
| * | further fixes to sqlite booleans, weren't working as defaults | Mike Bayer | 2006-10-29 | 1 | -0/+2 |
| * | converted imports to absolute | Mike Bayer | 2006-10-26 | 1 | -1/+1 |
| * | - MySQL catches exception on "describe" and reports as NoSuchTableError | Mike Bayer | 2006-10-24 | 1 | -1/+4 |
| * | updates to oracle | Mike Bayer | 2006-10-22 | 1 | -2/+6 |
| * | fixed pg reflection of timezones | Mike Bayer | 2006-10-20 | 1 | -2/+8 |
| * | fix for sqlite refection of names with weird quotes around them in the DDL wh... | Mike Bayer | 2006-10-19 | 1 | -1/+4 |
| * | various huge fixes from [ticket:330], thanks to Lele Gaifax | Mike Bayer | 2006-10-19 | 1 | -16/+48 |
| * | reorganizing classnames a bit, flagging "private" classes in the sql package, | Mike Bayer | 2006-10-17 | 1 | -2/+2 |
| * | - ForeignKey(Constraint) supports "use_alter=True", to create/drop a foreign key | Mike Bayer | 2006-10-15 | 2 | -0/+12 |
| * | - a fair amount of cleanup to the schema package, removal of ambiguous | Mike Bayer | 2006-10-14 | 7 | -23/+22 |
| * | - remove spurious semicomma from Firebird SQL statement (Lele Gaifax) | Mike Bayer | 2006-10-13 | 1 | -2/+2 |
| * | added 'ntext' reflected type | Mike Bayer | 2006-10-13 | 1 | -0/+1 |
| * | some cleanup submitted by Lele Galifax | Mike Bayer | 2006-10-13 | 5 | -19/+0 |
| * | - fixes to Date/Time (SLDate/SLTime) types; works as good as postgres | Mike Bayer | 2006-10-12 | 1 | -4/+5 |