| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | removing deprecated logger module | iElectric | 2009-08-07 | 1 | -9/+0 |
| * | fix small bug introduced in last commit, add description to migrate help | iElectric | 2009-08-07 | 3 | -22/+26 |
| * | we are using Tempita for templates; adding most basic pylons template | iElectric | 2009-08-07 | 11 | -25/+103 |
| * | add option to customize templates and use multiple themes | iElectric | 2009-07-28 | 5 | -81/+82 |
| * | applying patch for issue #61 by Michael Bayer | iElectric | 2009-07-13 | 3 | -5/+9 |
| * | applying patch for issue #60 from entequak | iElectric | 2009-06-29 | 1 | -5/+10 |
| * | add support for SA 0.6 by Michael Bayer | iElectric | 2009-06-29 | 13 | -144/+241 |
| * | updated changeset documentation, added alter_metadata to all schema classes | iElectric | 2009-06-28 | 1 | -45/+87 |