| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | use absolute imports of exception classes (fixes tests) | Jan Dittberner | 2010-11-07 | 1 | -6/+6 |
| * | merge | chrisw | 2010-09-16 | 1 | -1/+4 |
| |\ |
|
| | * | fixed #92 | iElectric | 2010-09-12 | 1 | -1/+4 |
| * | | implement column type diff'ing | chrisw | 2010-09-15 | 1 | -15/+103 |
| |/ |
|
| * | restore missing table header for column diffs | chrisw | 2010-09-10 | 1 | -2/+5 |
| * | rewrite of schemadiff internals | chrisw | 2010-09-10 | 4 | -214/+201 |
| * | move all exception classes to migrate.exceptions | iElectric | 2010-09-07 | 10 | -92/+22 |
| * | 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 |
| * | small doc correction; fixes #67 | iElectric | 2010-07-11 | 1 | -1/+1 |
| * | 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 |
| * | 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 |
| * | unified warnings, use compare columns in tests | iElectric | 2010-05-01 | 3 | -4/+4 |
| * | 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 | 2 | -7/+5 |
| * | eliminate unicode usage at help | iElectric | 2010-02-05 | 1 | -3/+4 |
| * | 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 | 17 | -102/+170 |
| |\ |
|
| | * | add disable_logging option | iElectric | 2009-07-10 | 2 | -8/+21 |
| | * | 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 | 2 | -1/+17 |
| | * | convert svn to hg | iElectric | 2009-06-30 | 32 | -0/+2475 |
| * | 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 #60 from entequak | iElectric | 2009-06-29 | 1 | -5/+10 |
| * | add support for SA 0.6 by Michael Bayer | iElectric | 2009-06-29 | 3 | -22/+36 |
| * | adding basic support for firebird, fixes #55 | iElectric | 2009-06-22 | 2 | -2/+2 |
| * | finally, tests pass for all supported dialects | iElectric | 2009-06-21 | 1 | -1/+3 |
| * | fix syntax error | iElectric | 2009-06-21 | 1 | -1/+1 |
| * | some more PEP8 love | iElectric | 2009-06-21 | 10 | -23/+40 |
| * | updated changeset tests. whole package is finally PEP8. fixed mysql tests&bug... | iElectric | 2009-06-20 | 1 | -1/+2 |
| * | update documentation | iElectric | 2009-06-12 | 1 | -1/+4 |
| * | removed magical behavior with importing migrate_engine, now engine is passed ... | iElectric | 2009-06-12 | 5 | -26/+12 |
| * | lipstick changes | iElectric | 2009-06-10 | 2 | -63/+63 |
| * | update tests for schema, refactor a bit | iElectric | 2009-06-09 | 2 | -90/+84 |
| * | update README, add docs to repository.py and schema.py | iElectric | 2009-06-08 | 3 | -39/+52 |
| * | fix setup.py | iElectric | 2009-06-08 | 1 | -1/+4 |
| * | updated migrate.versioning.repository tests and docs, update README | iElectric | 2009-06-08 | 2 | -23/+35 |