| Commit message (Expand) | Author | Age | Files | Lines |
| * | - some cleanup of reflection unit tests | Mike Bayer | 2007-04-04 | 1 | -57/+64 |
| * | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 1 | -2/+3 |
| * | MSSQL now passes still more unit tests [ticket:481] | Rick Morrison | 2007-03-15 | 1 | -0/+1 |
| * | - for hackers, refactored the "visitor" system of ClauseElement and | Mike Bayer | 2007-03-11 | 1 | -2/+2 |
| * | restored sequence back, needed by PG for the unit testrel_0_3_5 | Mike Bayer | 2007-02-22 | 1 | -1/+1 |
| * | Completed previously missed patches from tickets 422 and 415 | Rick Morrison | 2007-02-18 | 1 | -1/+1 |
| * | - fixes to tometadata() operation to propigate Constraints at column and tabl... | Mike Bayer | 2007-02-17 | 1 | -2/+17 |
| * | make sure auto-reflection of remote tables working too... | Mike Bayer | 2007-02-04 | 1 | -2/+2 |
| * | - added "schema" argument to all has_table() calls, only supported so far by PG | Mike Bayer | 2007-02-04 | 1 | -2/+30 |
| * | - support for None as precision/length in numeric types for postgres, sqlite,... | Mike Bayer | 2006-12-09 | 1 | -6/+9 |
| * | fixed pg reflection of timezones | Mike Bayer | 2006-10-20 | 1 | -1/+18 |
| * | fix for sqlite refection of names with weird quotes around them in the DDL wh... | Mike Bayer | 2006-10-19 | 1 | -0/+26 |
| * | - a fair amount of cleanup to the schema package, removal of ambiguous | Mike Bayer | 2006-10-14 | 1 | -15/+15 |
| * | - the "foreign_key" attribute on Column and ColumnElement in general | Mike Bayer | 2006-10-08 | 1 | -5/+4 |
| * | - fixed condition that occurred during reflection when a primary key | Mike Bayer | 2006-09-30 | 1 | -0/+81 |
| * | sequence/default adjustments to allow postgres 8.1 tests to function | Mike Bayer | 2006-08-31 | 1 | -2/+10 |
| * | - postgres reflection moved to use pg_schema tables, can be overridden | Mike Bayer | 2006-08-21 | 1 | -0/+1 |
| * | more fixes for [ticket:269], added MSMediumBlob type | Mike Bayer | 2006-08-18 | 1 | -1/+11 |
| * | [ticket:277] check if pg/oracle sequence exists. checks in all cases before ... | Mike Bayer | 2006-08-16 | 1 | -1/+12 |
| * | fixes to types so that database-specific types more easily used; | Mike Bayer | 2006-08-12 | 1 | -1/+25 |
| * | turned off default case-folding rules as they wreak havoc with the current un... | Mike Bayer | 2006-08-12 | 1 | -0/+1 |
| * | - better check for ambiguous join conditions in sql.Join; propigates to a | Mike Bayer | 2006-08-03 | 1 | -1/+2 |
| * | fixed reflection of foreign keys to autoload the referenced table | Mike Bayer | 2006-07-22 | 1 | -4/+6 |
| * | added table.exists() | Mike Bayer | 2006-07-19 | 1 | -0/+3 |
| * | added 'checkfirst' argument to table.create()/table.drop() | Mike Bayer | 2006-07-19 | 1 | -0/+16 |
| * | overhaul to schema, addition of ForeignKeyConstraint/ | Mike Bayer | 2006-07-14 | 1 | -17/+59 |
| * | inserting './lib/' into sys.path since PYTHONPATH no longer straightforward w... | Mike Bayer | 2006-06-29 | 1 | -2/+2 |
| * | unsupported unit test on mysql | Mike Bayer | 2006-06-16 | 1 | -1/+5 |
| * | fixed bug where tables with schema name werent getting indexed in metadata co... | Mike Bayer | 2006-06-06 | 1 | -5/+28 |
| * | added "NonExistentTable" exception throw to reflection, courtesy lbruno@repub... | Mike Bayer | 2006-06-06 | 1 | -0/+6 |
| * | reorganized unit tests into subdirectories | Mike Bayer | 2006-06-05 | 1 | -0/+222 |