add ability to download development version from pypi
This commit is contained in:
parent
49a6654f8f
commit
4a2cd3797f
2
README
2
README
@ -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
|
||||
--------------
|
||||
|
@ -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 | | | |
|
||||
|
Loading…
x
Reference in New Issue
Block a user