summaryrefslogtreecommitdiff
path: root/migrate
Commit message (Expand)AuthorAgeFilesLines
* 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
* add not supported exceptions for sqlite constraintsiElectric2009-06-271-3/+19
* always return delta when using alter constructsiElectric2009-06-271-0/+3
* - completely refactored ColumnDelta to extract differences between columns/pa...iElectric2009-06-277-212/+321
* adding basic support for firebird, fixes #55iElectric2009-06-226-5/+76
* finally, tests pass for all supported dialectsiElectric2009-06-213-13/+19
* fix syntax erroriElectric2009-06-211-1/+1
* some more PEP8 loveiElectric2009-06-2114-35/+55
* fix bug when initializing CheckConstraintiElectric2009-06-201-1/+0
* updated changeset tests. whole package is finally PEP8. fixed mysql tests&bug...iElectric2009-06-208-148/+149
* - refactor migrate.changeset;iElectric2009-06-167-209/+224
* update docs, delete obsolete code in constraintsiElectric2009-06-126-209/+117
* update documentationiElectric2009-06-121-1/+4
* removed magical behavior with importing migrate_engine, now engine is passed ...iElectric2009-06-125-26/+12
* use sqlalchemy preparer to do SQL quote formatting. this is a raw change, tes...iElectric2009-06-118-117/+109
* lipstick changesiElectric2009-06-105-97/+98
* 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
* update tests and docs for migrate.versioning.script.*iElectric2009-06-086-38/+112
* change isinstance(obj, (str, unicode)) to isinstance(obj, basestring)jan.dittberner2009-06-071-1/+1
* add changelog, update util.py docsiElectric2009-06-071-7/+16
* rearange testsiElectric2009-06-077-44/+37
* added tests for versioning.version.py, refactored the moduleiElectric2009-06-063-92/+63
* add tests for low level util.pyiElectric2009-06-064-10/+10
* Issue 34; preview_sql now correctly displays SQL on python and SQL scripts. (...iElectric2009-06-064-89/+131
* use entrypoints terminology to parse dotted model class namesiElectric2009-06-041-8/+12
* update CHANGELOGiElectric2009-06-041-1/+1
* Issue 38; add ability to pass arguments/dict for create_engine funciElectric2009-06-032-80/+129
* refactor api.py a bit, lots of PEP8 loveiElectric2009-06-022-60/+57
* add asbool function to make api parsing easieriElectric2009-06-012-9/+21
* some more PEP8 love all over the filesiElectric2009-06-019-37/+47
* apply some PEP8 love to template.pyiElectric2009-06-011-32/+43
* apply PEP8 to version.py, fixed notification of missing test_db.cfgiElectric2009-06-011-61/+90