| Commit message (Expand) | Author | Age | Files | Lines |
| * | rename test package to tests (problems with pytest dist) | iElectric | 2010-02-05 | 28 | -3409/+0 |
| * | last but not least SA06 test fixes | iElectric | 2010-02-05 | 1 | -3/+7 |
| * | updating MANIFEST.in, fixing virtualenv tests usage, 2 failed tests | root@fubarite.fubar.si | 2010-02-05 | 3 | -5/+13 |
| * | adding sql_script template customizations, removing unneeded imports, updatin... | iElectric | 2009-08-12 | 2 | -1/+7 |
| * | merge | iElectric | 2009-08-10 | 13 | -376/+530 |
| |\ |
|
| | * | add disable_logging option | iElectric | 2009-07-10 | 1 | -1/+3 |
| | * | use logging module for output, fixes #26 | iElectric | 2009-07-08 | 1 | -0/+10 |
| | * | add tests for plain API, fixed some small bugs | iElectric | 2009-07-08 | 9 | -28/+246 |
| | * | separating test_shell and test_api, replacing shell hacks with ScriptTest | iElectric | 2009-07-04 | 7 | -363/+288 |
| | * | add populate_default kwarg to column.create, fixes issue #50 | iElectric | 2009-07-01 | 1 | -0/+14 |
| | * | convert svn to hg | iElectric | 2009-06-30 | 26 | -0/+3183 |
| * | we are using Tempita for templates; adding most basic pylons template | iElectric | 2009-08-07 | 2 | -2/+3 |
| * | add option to customize templates and use multiple themes | iElectric | 2009-07-28 | 2 | -15/+67 |
| * | applying patch for issue #61 by Michael Bayer | iElectric | 2009-07-13 | 1 | -1/+2 |
| * | applying patch for issue #60 from entequak | iElectric | 2009-06-29 | 1 | -0/+7 |
| * | add support for SA 0.6 by Michael Bayer | iElectric | 2009-06-29 | 1 | -10/+10 |
| * | always return delta when using alter constructs | iElectric | 2009-06-27 | 1 | -0/+7 |
| * | - completely refactored ColumnDelta to extract differences between columns/pa... | iElectric | 2009-06-27 | 1 | -94/+226 |
| * | adding basic support for firebird, fixes #55 | iElectric | 2009-06-22 | 3 | -62/+82 |
| * | finally, tests pass for all supported dialects | iElectric | 2009-06-21 | 3 | -36/+36 |
| * | fix bug when initializing CheckConstraint | iElectric | 2009-06-20 | 1 | -2/+1 |
| * | updated changeset tests. whole package is finally PEP8. fixed mysql tests&bug... | iElectric | 2009-06-20 | 4 | -220/+372 |
| * | - refactor migrate.changeset; | iElectric | 2009-06-16 | 2 | -65/+147 |
| * | update docs, delete obsolete code in constraints | iElectric | 2009-06-12 | 1 | -3/+4 |
| * | removed magical behavior with importing migrate_engine, now engine is passed ... | iElectric | 2009-06-12 | 4 | -15/+22 |
| * | use sqlalchemy preparer to do SQL quote formatting. this is a raw change, tes... | iElectric | 2009-06-11 | 2 | -22/+36 |
| * | lipstick changes | iElectric | 2009-06-10 | 1 | -0/+3 |
| * | update tests for schema, refactor a bit | iElectric | 2009-06-09 | 6 | -41/+170 |
| * | fix setup.py | iElectric | 2009-06-08 | 1 | -34/+39 |
| * | updated migrate.versioning.repository tests and docs, update README | iElectric | 2009-06-08 | 1 | -49/+68 |
| * | update tests and docs for migrate.versioning.script.* | iElectric | 2009-06-08 | 3 | -9/+113 |
| * | rearange tests | iElectric | 2009-06-07 | 2 | -26/+8 |
| * | added tests for versioning.version.py, refactored the module | iElectric | 2009-06-06 | 4 | -29/+123 |
| * | add tests for low level util.py | iElectric | 2009-06-06 | 3 | -20/+82 |
| * | make @usedb work correctly | iElectric | 2009-06-06 | 3 | -21/+17 |
| * | Issue 34; preview_sql now correctly displays SQL on python and SQL scripts. (... | iElectric | 2009-06-06 | 5 | -41/+90 |
| * | use unittest.TestCase for tests | iElectric | 2009-06-05 | 4 | -95/+76 |
| * | use entrypoints terminology to parse dotted model class names | iElectric | 2009-06-04 | 1 | -1/+5 |
| * | fix typechecking | iElectric | 2009-06-04 | 1 | -1/+2 |
| * | Issue 38; add ability to pass arguments/dict for create_engine func | iElectric | 2009-06-03 | 1 | -1/+21 |
| * | refactor api.py a bit, lots of PEP8 love | iElectric | 2009-06-02 | 2 | -154/+200 |
| * | apply PEP8 to version.py, fixed notification of missing test_db.cfg | iElectric | 2009-06-01 | 2 | -10/+8 |
| * | apply option parsing patch for Issue 54 by iElectric | jan.dittberner | 2009-05-23 | 1 | -6/+19 |
| * | mark ALTER TABLE ADD FOREIGN KEY as unsupported by SQLite | jan.dittberner | 2009-02-18 | 1 | -14/+8 |
| * | integrate test case fix by Adam Lowry | jan.dittberner | 2009-02-17 | 1 | -3/+5 |
| * | apply patch by Toshio Kuratomi to fix some unit tests with Python 2.6 | jan.dittberner | 2009-01-27 | 1 | -1/+2 |
| * | support for SA 0.5.1. | percious17 | 2009-01-19 | 2 | -2/+5 |
| * | fix for changeset test | jan.dittberner | 2009-01-10 | 1 | -5/+6 |
| * | apply patch for Issue #43 (better SQLite support) by Florian Apolloner | jan.dittberner | 2008-12-30 | 1 | -21/+7 |
| * | all tests pass except for a couple of mysql related failures in 2.6, SA 0.5rc4. | percious17 | 2008-12-02 | 1 | -32/+27 |