| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | add mysql driver test deps | iElectric | 2010-04-24 | 1 | -1/+2 |
| * | change test_db database name to more verbose name | iElectric | 2010-04-24 | 1 | -2/+2 |
| * | partly fix SA0.6 tests on postgres | iElectric | 2010-04-24 | 9 | -33/+41 |
| * | fix docs | iElectric | 2010-03-17 | 1 | -2/+3 |
| * | fix documentation meta.bind(engine) -> meta.bind = engine; thanks mvt | iElectric | 2010-03-12 | 2 | -9/+6 |
| * | add .coverage and test_db.cfg to .hgignore | Jan Dittberner | 2010-02-07 | 1 | -0/+2 |
| * | more import fixes | iElectric | 2010-02-05 | 2 | -3/+7 |
| * | fixing models import | iElectric | 2010-02-05 | 1 | -2/+2 |
| * | rename test package to tests (problems with pytest dist) | iElectric | 2010-02-05 | 29 | -26/+36 |
| * | eliminate unicode usage at help | iElectric | 2010-02-05 | 1 | -3/+4 |
| * | last but not least SA06 test fixes | iElectric | 2010-02-05 | 1 | -3/+7 |
| * | more SA06 fixes | iElectric | 2010-02-05 | 1 | -2/+2 |
| * | SA06 fixes | hudson@fubarite.fubar.si | 2010-02-05 | 1 | -2/+9 |
| * | adding test-requirements.pip for running tests | hudson@fubarite.fubar.si | 2010-02-05 | 1 | -0/+6 |
| * | updating MANIFEST.in, fixing virtualenv tests usage, 2 failed tests | root@fubarite.fubar.si | 2010-02-05 | 4 | -7/+17 |
| * | 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 | 6 | -3/+9 |
| * | merge | iElectric | 2009-08-10 | 38 | -490/+736 |
| |\ |
|
| | * | add disable_logging option | iElectric | 2009-07-10 | 8 | -17/+32 |
| | * | use logging module for output, fixes #26 | iElectric | 2009-07-08 | 16 | -45/+91 |
| | * | add tests for plain API, fixed some small bugs | iElectric | 2009-07-08 | 18 | -109/+318 |
| | * | separating test_shell and test_api, replacing shell hacks with ScriptTest | iElectric | 2009-07-04 | 13 | -369/+310 |
| | * | add populate_default kwarg to column.create, fixes issue #50 | iElectric | 2009-07-01 | 5 | -16/+26 |
| | * | adding .hgignore | iElectric | 2009-06-30 | 1 | -0/+13 |
| | * | convert svn to hg | iElectric | 2009-06-30 | 99 | -0/+9941 |
| * | 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 | 15 | -29/+108 |
| * | add option to customize templates and use multiple themes | iElectric | 2009-07-28 | 9 | -96/+172 |
| * | applying patch for issue #61 by Michael Bayer | iElectric | 2009-07-13 | 4 | -6/+11 |
| * | applying patch for issue #60 from entequak | iElectric | 2009-06-29 | 3 | -5/+18 |
| * | add support for SA 0.6 by Michael Bayer | iElectric | 2009-06-29 | 15 | -154/+252 |
| * | removing old changelog | iElectric | 2009-06-28 | 2 | -99/+1 |
| * | change dev location | iElectric | 2009-06-28 | 1 | -1/+1 |
| * | update changelog internal links | iElectric | 2009-06-28 | 2 | -10/+11 |
| * | updated changeset documentation, added alter_metadata to all schema classes | iElectric | 2009-06-28 | 3 | -54/+100 |
| * | add not supported exceptions for sqlite constraints | iElectric | 2009-06-27 | 1 | -3/+19 |
| * | always return delta when using alter constructs | iElectric | 2009-06-27 | 2 | -0/+10 |
| * | - completely refactored ColumnDelta to extract differences between columns/pa... | iElectric | 2009-06-27 | 11 | -317/+553 |
| * | adding basic support for firebird, fixes #55 | iElectric | 2009-06-22 | 12 | -96/+198 |
| * | finally, tests pass for all supported dialects | iElectric | 2009-06-21 | 7 | -59/+66 |
| * | add ability to download development version from pypi | iElectric | 2009-06-21 | 2 | -1/+3 |
| * | fix syntax error | iElectric | 2009-06-21 | 1 | -1/+1 |
| * | some more PEP8 love | iElectric | 2009-06-21 | 14 | -35/+55 |
| * | fix bug when initializing CheckConstraint | iElectric | 2009-06-20 | 3 | -6/+4 |