summaryrefslogtreecommitdiff
path: root/migrate/versioning/schema.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix and test issue 118. Clarify genmodel transformations.Gabriel2011-07-051-3/+3
|
* use DatabaseError instead of ProgrammingError because behaviour seems to be ↵Jan Dittberner2011-05-251-1/+1
| | | | database dependent (addresses issue 122)
* table.drop() raises ProgrammingError in SQLAlchemy 0.7 instead of SQLError ↵Jan Dittberner2011-05-251-4/+11
| | | | (addresses #112)
* fixes #105iElectric2010-12-061-1/+1
|
* rewrite of schemadiff internalschrisw2010-09-101-4/+6
|
* move all exception classes to migrate.exceptionsiElectric2010-09-071-1/+2
|
* partly fix SA0.6 tests on postgresiElectric2010-04-241-2/+2
|
* use logging module for output, fixes #26iElectric2009-07-081-0/+3
|
* add tests for plain API, fixed some small bugsiElectric2009-07-081-14/+11
|
* convert svn to hgiElectric2009-06-301-0/+210