Hello,
release 0.5.1 of sqlalchemy-migrate has been finished and uploaded.
This is the first release to support SQLAlchemy >= 0.5.1.
Here is the (hopefully) complete list of changes since release 0.4.5:
- SA 0.5.x support. SQLAlchemy < 0.5.1 not supported anymore.
- use nose instead of py.test for testing
- Added --echo=True option for all commands, which will make the
sqlalchemy connection echo SQL statements.
- Better PostgreSQL support, especially for schemas.
- modification to the downgrade command to simplify the calling (old
way still works just fine)
- improved support for SQLite
- add support for check constraints (EXPERIMENTAL)
- print statements removed from APIs
- improved sphinx based documentation
- removal of old commented code
- PEP-8 clean code
As usual I ask you to report issues to our issue tracker at
http://code.google.com/p/sqlalchemy-migrate/issues/list.
Regards and thanks to all contributors
Jan Dittberner