| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tested with pymssql 0.8.0 | Rick Morrison | 2007-02-21 | 1 | -4/+13 |
| * | (no commit message) | Rick Morrison | 2007-02-19 | 1 | -13/+21 |
| * | - oracle issues a log warning when a related table cant be reflected due to c... | Mike Bayer | 2007-02-19 | 1 | -8/+4 |
| * | Completed previously missed patches from tickets 422 and 415 | Rick Morrison | 2007-02-18 | 1 | -13/+26 |
| * | - modified patch for [ticket:379] - detecting synonyms, dblinks in reflection... | Mike Bayer | 2007-02-17 | 1 | -45/+103 |
| * | - moved change for [ticket:466] to ansisql, since thats the syntax for all da... | Mike Bayer | 2007-02-17 | 1 | -8/+0 |
| * | added PGInet type [ticket:444] | Mike Bayer | 2007-02-17 | 1 | -0/+5 |
| * | - added a Sequence to the unicode test tables to help Oracle | Mike Bayer | 2007-02-17 | 1 | -0/+9 |
| * | commented out ImportError for now; will issue new ticket for handling dialect... | Mike Bayer | 2007-02-17 | 1 | -3/+3 |
| * | - fixed oracle list of binary types to check for their presence in the module... | Mike Bayer | 2007-02-17 | 1 | -2/+4 |
| * | better MSSSQL support for implicit sequences and auto-insert, ticket 415 | Rick Morrison | 2007-02-16 | 1 | -13/+22 |
| * | Fix Fix for adodbapi bug introduced by ticket 419 | Rick Morrison | 2007-02-16 | 1 | -13/+22 |
| * | Func rewrite for better unittest compatibility | Rick Morrison | 2007-02-16 | 1 | -28/+38 |
| * | dont do RAWTOHEX on None | Mike Bayer | 2007-02-15 | 1 | -2/+5 |
| * | revert old unittest patch for MSSQL | Rick Morrison | 2007-02-15 | 1 | -0/+2 |
| * | MSSSQL is now passing unit tests (well, some) thanks to Paul Johnston | Rick Morrison | 2007-02-15 | 1 | -8/+19 |
| * | run-time selectable DB-API modules for mssql [ticket:419] | Rick Morrison | 2007-02-14 | 1 | -22/+62 |
| * | Fix for ticket 473 | Rick Morrison | 2007-02-14 | 1 | -0/+7 |
| * | Fix query.get for MSSQL tables with schema specified | Rick Morrison | 2007-02-14 | 1 | -0/+1 |
| * | ticket 298 plus transaction fixes for pymssql | Rick Morrison | 2007-02-06 | 1 | -6/+18 |
| * | - added PGInterval type [ticket:460] | Mike Bayer | 2007-02-06 | 1 | -1/+5 |
| * | - added PrefetchingResultProxy support to pre-fetch LOB columns when they are | Mike Bayer | 2007-02-06 | 1 | -0/+11 |
| * | - added "schema" argument to all has_table() calls, only supported so far by PG | Mike Bayer | 2007-02-04 | 5 | -6/+6 |
| * | - added literal_column() to specify a column clause that should not undergo a... | Mike Bayer | 2007-02-04 | 1 | -2/+2 |
| * | - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk... | Mike Bayer | 2007-02-04 | 1 | -2/+4 |
| * | - sequences on a non-pk column will properly fire off on INSERT for PG/oracle | Mike Bayer | 2007-02-02 | 2 | -4/+11 |
| * | added regexp search for "schema" in sequence reflection for [ticket:442], cou... | Mike Bayer | 2007-01-28 | 1 | -0/+6 |
| * | - 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 |