| Commit message (Expand) | Author | Age | Files | Lines |
* | silence console output | chrisw | 2010-09-07 | 1 | -23/+29 |
* | hopefully make py2.4 compatible | chrisw | 2010-09-07 | 2 | -6/+24 |
* | - capture deprecation warnings and assert they re as they should be | chrisw | 2010-09-07 | 4 | -18/+152 |
* | fix last exception import | iElectric | 2010-09-07 | 1 | -1/+2 |
* | move all exception classes to migrate.exceptions | iElectric | 2010-09-07 | 26 | -69/+69 |
* | use if main conditional in manage.py script | iElectric | 2010-08-20 | 1 | -1/+2 |
* | correct case for dependencies in setup.py | iElectric | 2010-08-16 | 2 | -2/+3 |
* | fix tests on python2.7 | iElectric | 2010-07-14 | 1 | -2/+5 |
* | small doc correction; fixes #67 | iElectric | 2010-07-11 | 3 | -2/+6 |
* | better document summary of changeset actions | iElectric | 2010-07-11 | 1 | -12/+7 |
* | adding connection keyword to ORM methods | iElectric | 2010-07-11 | 3 | -19/+41 |
* | use stdout for logging.INFO and lower; for the rest use stderr | iElectric | 2010-07-09 | 1 | -5/+22 |
* | fix deprecation warning when using old script synta | iElectric | 2010-07-09 | 1 | -1/+1 |
* | update README and fix last bugs | iElectric | 2010-07-08 | 3 | -47/+52 |
* | log database name when running tests; firebug does not support DROP CONSTRAIN... | iElectric | 2010-07-08 | 2 | -7/+6 |
* | fix SA06 compatibility in tests | iElectric | 2010-07-07 | 2 | -4/+16 |
* | fix unittests | Jan Dittberner | 2010-07-04 | 2 | -4/+3 |
* | move to unittest2, update README for testing instructions | iElectric | 2010-06-20 | 6 | -106/+103 |
* | move tests/ directory into migrate/tests (much better form) and fix all impor... | Bob Farrell | 2010-06-10 | 28 | -0/+3474 |
* | remove debug output and swearing | Bob Farrell | 2010-06-09 | 1 | -1/+0 |
* | make tests use a virtualenv for 'migrate' shell command | Bob Farrell | 2010-06-09 | 1 | -0/+1 |
* | change print statements to log.info | Bob Farrell | 2010-06-09 | 1 | -5/+8 |
* | add firebird to test_db.cfg.tmpl; fix bug when dropping a column in firebird:... | iElectric | 2010-05-11 | 1 | -0/+13 |
* | fix MySQL failing tests with autoincrement | iElectric | 2010-05-02 | 1 | -4/+6 |
* | SA06 tests fix, thanks to Mike Bayer | iElectric | 2010-05-02 | 1 | -0/+7 |
* | unified warnings, use compare columns in tests | iElectric | 2010-05-01 | 4 | -6/+8 |
* | move warning exceptions to right module | iElectric | 2010-05-01 | 3 | -5/+5 |
* | update documenatation | iElectric | 2010-04-30 | 1 | -0/+4 |
* | deprecate two columns alter | iElectric | 2010-04-30 | 2 | -0/+8 |
* | fix python2.4 error | iElectric | 2010-04-29 | 1 | -1/+2 |
* | added 0.6 TODO, all api now uses engine.dispose() to handle pool correctly | iElectric | 2010-04-29 | 3 | -21/+63 |
* | partly fix SA0.6 tests on postgres | iElectric | 2010-04-24 | 3 | -9/+7 |
* | fix documentation meta.bind(engine) -> meta.bind = engine; thanks mvt | iElectric | 2010-03-12 | 1 | -3/+0 |
* | eliminate unicode usage at help | iElectric | 2010-02-05 | 1 | -3/+4 |
* | more SA06 fixes | iElectric | 2010-02-05 | 1 | -2/+2 |
* | SA06 fixes | hudson@fubarite.fubar.si | 2010-02-05 | 1 | -2/+9 |
* | apply Emil Kroymann's patch for Issue 75 | emil.kroymann | 2010-01-07 | 2 | -1/+10 |
* | apply patch by Jason Newton | iElectric | 2009-10-07 | 3 | -7/+10 |
* | remove bad reference to migrate_engine | Rick Copeland | 2009-08-12 | 1 | -1/+1 |
* | Add table declarations for tables with diff | Rick Copeland | 2009-08-12 | 1 | -2/+2 |
* | Add support for ALTER TABLE add/drop columns in make_update_script_for_model | Rick Copeland | 2009-08-12 | 1 | -1/+24 |
* | adding sql_script template customizations, removing unneeded imports, updatin... | iElectric | 2009-08-12 | 3 | -1/+1 |
* | merge | iElectric | 2009-08-10 | 19 | -103/+180 |
|\ |
|
| * | add disable_logging option | iElectric | 2009-07-10 | 3 | -9/+22 |
| * | use logging module for output, fixes #26 | iElectric | 2009-07-08 | 14 | -45/+80 |
| * | add tests for plain API, fixed some small bugs | iElectric | 2009-07-08 | 7 | -79/+69 |
| * | separating test_shell and test_api, replacing shell hacks with ScriptTest | iElectric | 2009-07-04 | 3 | -1/+17 |
| * | add populate_default kwarg to column.create, fixes issue #50 | iElectric | 2009-07-01 | 1 | -0/+9 |
| * | convert svn to hg | iElectric | 2009-06-30 | 46 | -0/+4169 |
* | remove versioning.base in favor of versioning.config | iElectric | 2009-08-07 | 9 | -17/+25 |