summaryrefslogtreecommitdiff
path: root/migrate
Commit message (Expand)AuthorAgeFilesLines
* small doc correction; fixes #67iElectric2010-07-113-2/+6
* better document summary of changeset actionsiElectric2010-07-111-12/+7
* adding connection keyword to ORM methodsiElectric2010-07-113-19/+41
* 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
* update README and fix last bugsiElectric2010-07-083-47/+52
* log database name when running tests; firebug does not support DROP CONSTRAIN...iElectric2010-07-082-7/+6
* fix SA06 compatibility in testsiElectric2010-07-072-4/+16
* fix unittestsJan Dittberner2010-07-042-4/+3
* move to unittest2, update README for testing instructionsiElectric2010-06-206-106/+103
* move tests/ directory into migrate/tests (much better form) and fix all impor...Bob Farrell2010-06-1028-0/+3474
* 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
* add firebird to test_db.cfg.tmpl; fix bug when dropping a column in firebird:...iElectric2010-05-111-0/+13
* fix MySQL failing tests with autoincrementiElectric2010-05-021-4/+6
* SA06 tests fix, thanks to Mike BayeriElectric2010-05-021-0/+7
* unified warnings, use compare columns in testsiElectric2010-05-014-6/+8
* move warning exceptions to right moduleiElectric2010-05-013-5/+5
* update documenatationiElectric2010-04-301-0/+4
* deprecate two columns alteriElectric2010-04-302-0/+8
* 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-243-9/+7
* fix documentation meta.bind(engine) -> meta.bind = engine; thanks mvtiElectric2010-03-121-3/+0
* eliminate unicode usage at helpiElectric2010-02-051-3/+4
* more SA06 fixesiElectric2010-02-051-2/+2
* SA06 fixeshudson@fubarite.fubar.si2010-02-051-2/+9
* apply Emil Kroymann's patch for Issue 75emil.kroymann2010-01-072-1/+10
* 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-1019-103/+180
|\
| * add disable_logging optioniElectric2009-07-103-9/+22
| * 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-043-1/+17
| * add populate_default kwarg to column.create, fixes issue #50iElectric2009-07-011-0/+9
| * convert svn to hgiElectric2009-06-3046-0/+4169
* 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 #61 by Michael BayeriElectric2009-07-133-5/+9
* applying patch for issue #60 from entequakiElectric2009-06-291-5/+10
* add support for SA 0.6 by Michael BayeriElectric2009-06-2913-144/+241
* updated changeset documentation, added alter_metadata to all schema classesiElectric2009-06-281-45/+87