aishee / sqlalchemy-migrate

Automatically exported from code.google.com/p/sqlalchemy-migrate
MIT License
0 stars 0 forks source link

additional patch for 0.6 compatiblity #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
Applied in Revision 8a980d1a8f.

Original comment by iElect...@gmail.com on 13 Jul 2009 at 6:39