summaryrefslogtreecommitdiff
path: root/migrate/versioning/script
Commit message (Expand)AuthorAgeFilesLines
* Eradicate trailing whitespaceDavid Ripton2014-02-262-2/+2
* Fix and test issue 118. Clarify genmodel transformations.Gabriel2011-07-051-8/+8
* fix py2.4 and py2.5Domen Kožar2011-02-051-1/+1
* fixes #106Domen Kožar2011-02-051-6/+7
* use absolute imports of exception classes (fixes tests)Jan Dittberner2010-11-071-6/+6
* rewrite of schemadiff internalschrisw2010-09-101-2/+1
* move all exception classes to migrate.exceptionsiElectric2010-09-072-6/+7
* correct case for dependencies in setup.pyiElectric2010-08-161-1/+2
* fix deprecation warning when using old script syntaiElectric2010-07-091-1/+1
* unified warnings, use compare columns in testsiElectric2010-05-011-1/+1
* added 0.6 TODO, all api now uses engine.dispose() to handle pool correctlyiElectric2010-04-291-6/+9
* mergeiElectric2009-08-103-18/+34
|\
| * use logging module for output, fixes #26iElectric2009-07-083-4/+13
| * add tests for plain API, fixed some small bugsiElectric2009-07-082-13/+20
| * convert svn to hgiElectric2009-06-304-0/+252
* remove versioning.base in favor of versioning.configiElectric2009-08-072-4/+8
* add option to customize templates and use multiple themesiElectric2009-07-281-8/+3
* add support for SA 0.6 by Michael BayeriElectric2009-06-291-1/+1
* some more PEP8 loveiElectric2009-06-211-1/+1
* updated changeset tests. whole package is finally PEP8. fixed mysql tests&bug...iElectric2009-06-201-1/+2
* update documentationiElectric2009-06-121-1/+4
* removed magical behavior with importing migrate_engine, now engine is passed ...iElectric2009-06-121-6/+2
* lipstick changesiElectric2009-06-101-0/+1
* update tests and docs for migrate.versioning.script.*iElectric2009-06-084-31/+91
* rearange testsiElectric2009-06-071-3/+2
* add tests for low level util.pyiElectric2009-06-062-4/+4
* Issue 34; preview_sql now correctly displays SQL on python and SQL scripts. (...iElectric2009-06-062-35/+66
* more migrate deprecation removal fixes.percious172008-12-031-1/+4
* hopefully the last of migrate.runpercious172008-12-021-1/+1
* more "run" removal.percious172008-12-021-3/+3
* almost done issue 12: generate downgrade method for schema migrationchristian.simms2008-04-241-9/+5
* Change make_update_script_for_model shell command to compare two versions of ...christian.simms2008-04-061-4/+5
* code reorg: create new utility method loadModel for db diffingchristian.simms2008-04-011-7/+2
* rename model/db sync commands and add new command update_db_from_modelchristian.simms2008-03-241-1/+1
* add experimental support for comparing metadata against database (issue #12)christian.simms2008-03-221-1/+32
* moved trunk, branches and tags to project rootjan.dittberner2008-02-064-0/+135