summaryrefslogtreecommitdiff
path: root/migrate/versioning/schema.py
Commit message (Expand)AuthorAgeFilesLines
* Import correct exceptions module (Fixes issue 154).Alex Favaro2013-02-091-1/+1
* Fix and test issue 118. Clarify genmodel transformations.Gabriel2011-07-051-3/+3
* use DatabaseError instead of ProgrammingError because behaviour seems to be d...Jan Dittberner2011-05-251-1/+1
* table.drop() raises ProgrammingError in SQLAlchemy 0.7 instead of SQLError (a...Jan Dittberner2011-05-251-4/+11
* 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