summaryrefslogtreecommitdiff
path: root/migrate/tests
Commit message (Expand)AuthorAgeFilesLines
...
* implement column adding with foreign keys on sqlitechrisw2010-09-091-14/+10
* Fix bug with column dropping involving foreign keys.chrisw2010-09-091-0/+90
* fix for issue 96: deleting a column in sqlite shouldn't delete all indexeschrisw2010-09-091-0/+34
* another py2.4 fixturechrisw2010-09-081-1/+4
* dammit!chrisw2010-09-081-1/+1
* hopefully fix test failureschrisw2010-09-081-12/+6
* another Py2.4 fixchrisw2010-09-081-1/+4
* silence console outputchrisw2010-09-071-23/+29
* hopefully make py2.4 compatiblechrisw2010-09-072-6/+24
* - capture deprecation warnings and assert they re as they should bechrisw2010-09-073-16/+147
* fix last exception importiElectric2010-09-071-1/+2
* move all exception classes to migrate.exceptionsiElectric2010-09-078-13/+14
* small doc correction; fixes #67iElectric2010-07-111-0/+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-041-2/+2
* move to unittest2, update README for testing instructionsiElectric2010-06-205-106/+102
* move tests/ directory into migrate/tests (much better form) and fix all impor...Bob Farrell2010-06-1028-0/+3474