- note about unicode
- dont need importlater
- use correct type_ kw arg
- log cols/tables/etc as we autogenerate
This commit is contained in:
Mike Bayer
2011-11-27 19:44:59 -05:00
parent f8fc2cab69
commit be3ebd2d98
8 changed files with 115 additions and 130 deletions

View File

@@ -78,6 +78,13 @@
impacts the usefulness of the command, not overall
stability.
- Support for non-ASCII table, column and constraint
names is mostly nonexistent. This is also a
straightforward feature add as SQLAlchemy itself
supports unicode identifiers; Alembic itself will
likely need fixes to logging, column identification
by key, etc. for full support here.
- Support for tables in remote schemas,
i.e. "schemaname.tablename", is very poor.
Missing "schema" behaviors should be