summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-11-27 19:44:59 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-11-27 19:44:59 -0500
commitbe3ebd2d98955f986c4e101090998c387a5076b8 (patch)
tree8af4fced1a0218665ca6a6173e357f54ae382291 /CHANGES
parentf8fc2cab6995cf6639e0cc1998cfe691716746ab (diff)
downloadalembic-be3ebd2d98955f986c4e101090998c387a5076b8.tar.gz
- docs
- note about unicode - dont need importlater - use correct type_ kw arg - log cols/tables/etc as we autogenerate
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 14095f6..3863272 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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