summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2006-03-01 00:11:25 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2006-03-01 00:11:25 +0000
commit8d298fa06d262549fc640f34f5588a281bb17cd7 (patch)
tree5802dc20c88b8478a3b6577085c7f599a2f5130a
parent7e4d55686c6c63f522e6ecdde002bce22cd3c61a (diff)
downloadsqlalchemy-8d298fa06d262549fc640f34f5588a281bb17cd7.tar.gz
update
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8bfe0f26e..f0cd2fbc4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -22,6 +22,9 @@ synchronize between inherited and inheriting mappers.
check when object attributes are modified or the object is deleted
- Index object fully implemented, can be constructed standalone, or via
"index" and "unique" arguments on Columns.
+- added "convert_unicode" flag to SQLEngine, will treat all String/CHAR types
+as Unicode types, with raw-byte/utf-8 translation on the bind parameter and
+result set side.
0.1.2
- fixed a recursive call in schema that was somehow running 994 times then returning