summaryrefslogtreecommitdiff
path: root/migrate/versioning
Commit message (Expand)AuthorAgeFilesLines
...
* use absolute imports of exception classes (fixes tests)Jan Dittberner2010-11-071-6/+6
* mergechrisw2010-09-161-1/+4
|\
| * fixed #92iElectric2010-09-121-1/+4
* | implement column type diff'ingchrisw2010-09-151-15/+103
|/
* restore missing table header for column diffschrisw2010-09-101-2/+5
* rewrite of schemadiff internalschrisw2010-09-104-214/+201
* move all exception classes to migrate.exceptionsiElectric2010-09-0710-92/+22
* use if main conditional in manage.py scriptiElectric2010-08-201-1/+2
* correct case for dependencies in setup.pyiElectric2010-08-162-2/+3
* small doc correction; fixes #67iElectric2010-07-111-1/+1
* use stdout for logging.INFO and lower; for the rest use stderriElectric2010-07-091-5/+22
* fix deprecation warning when using old script syntaiElectric2010-07-091-1/+1
* remove debug output and swearingBob Farrell2010-06-091-1/+0
* make tests use a virtualenv for 'migrate' shell commandBob Farrell2010-06-091-0/+1
* change print statements to log.infoBob Farrell2010-06-091-5/+8
* unified warnings, use compare columns in testsiElectric2010-05-013-4/+4
* fix python2.4 erroriElectric2010-04-291-1/+2
* added 0.6 TODO, all api now uses engine.dispose() to handle pool correctlyiElectric2010-04-293-21/+63
* partly fix SA0.6 tests on postgresiElectric2010-04-242-7/+5
* eliminate unicode usage at helpiElectric2010-02-051-3/+4
* apply patch by Jason NewtoniElectric2009-10-073-7/+10
* remove bad reference to migrate_engineRick Copeland2009-08-121-1/+1
* Add table declarations for tables with diffRick Copeland2009-08-121-2/+2
* Add support for ALTER TABLE add/drop columns in make_update_script_for_modelRick Copeland2009-08-121-1/+24
* adding sql_script template customizations, removing unneeded imports, updatin...iElectric2009-08-123-1/+1
* mergeiElectric2009-08-1017-102/+170
|\
| * add disable_logging optioniElectric2009-07-102-8/+21
| * use logging module for output, fixes #26iElectric2009-07-0814-45/+80
| * add tests for plain API, fixed some small bugsiElectric2009-07-087-79/+69
| * separating test_shell and test_api, replacing shell hacks with ScriptTestiElectric2009-07-042-1/+17
| * convert svn to hgiElectric2009-06-3032-0/+2475
* remove versioning.base in favor of versioning.configiElectric2009-08-079-17/+25
* removing deprecated logger moduleiElectric2009-08-071-9/+0
* fix small bug introduced in last commit, add description to migrate helpiElectric2009-08-073-22/+26
* we are using Tempita for templates; adding most basic pylons templateiElectric2009-08-0711-25/+103
* add option to customize templates and use multiple themesiElectric2009-07-285-81/+82
* applying patch for issue #60 from entequakiElectric2009-06-291-5/+10
* add support for SA 0.6 by Michael BayeriElectric2009-06-293-22/+36
* adding basic support for firebird, fixes #55iElectric2009-06-222-2/+2
* finally, tests pass for all supported dialectsiElectric2009-06-211-1/+3
* fix syntax erroriElectric2009-06-211-1/+1
* some more PEP8 loveiElectric2009-06-2110-23/+40
* 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-125-26/+12
* lipstick changesiElectric2009-06-102-63/+63
* update tests for schema, refactor a bitiElectric2009-06-092-90/+84
* update README, add docs to repository.py and schema.pyiElectric2009-06-083-39/+52
* fix setup.pyiElectric2009-06-081-1/+4
* updated migrate.versioning.repository tests and docs, update READMEiElectric2009-06-082-23/+35