the attached patch adds the correct imports to support the Firebird dialect
refactor in 0.6, and also adds support for the newly named "postgresql"
dialect in SQLA 0.6. When running the tests against 0.6, the "postgres"
name still works when creating a URL (i.e. postgres://), however the
deprecation warning generated causes some of the Migrate script tests to
fail, so it is recommended to use a "postgresql://" database url when
testing against 0.6.
Migrate has also been tested on 0.6 using Oracle and all tests pass.
Original issue reported on code.google.com by zzz...@gmail.com on 13 Jul 2009 at 1:41
Original issue reported on code.google.com by
zzz...@gmail.com
on 13 Jul 2009 at 1:41Attachments: