add ability to download development version from pypi

This commit is contained in:
iElectric 2009-06-21 09:58:14 +00:00
parent 49a6654f8f
commit 4a2cd3797f
2 changed files with 3 additions and 1 deletions

2
README
View File

@ -16,6 +16,8 @@ and at the Python package index `sqlalchemy-migrate <http://pypi.python.org/pypi
Homepage is located at `code.google.com <http://code.google.com/p/sqlalchemy-migrate/>`_
You can also download `development version <http://sqlalchemy-migrate.googlecode.com/svn/trunk/#egg=sqlalchemy-migrate-dev>` from SVN trunk.
Tests and Bugs
--------------

View File

@ -56,7 +56,7 @@ Dialect support
| :ref:`ALTER TABLE ADD COLUMN <column-create>` | yes | yes | yes | | | |
| | (with limitations) [#2]_ | | | | | |
+---------------------------------------------------------+--------------------------+------------------------------+------------------------+---------------------------+----------+-------+
| :ref:`ALTER TABLE DROP COLUMN <column-drop` | yes | yes | yes | | | |
| :ref:`ALTER TABLE DROP COLUMN <column-drop>` | yes | yes | yes | | | |
| | (workaround) [#1]_ | | | | | |
+---------------------------------------------------------+--------------------------+------------------------------+------------------------+---------------------------+----------+-------+
| :ref:`ALTER TABLE ALTER COLUMN <column-alter>` | no | yes | yes | | | |