]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
update
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Mar 2006 00:11:25 +0000 (00:11 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Mar 2006 00:11:25 +0000 (00:11 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 8bfe0f26e4585d3e7551c686b0f0a089e1407aa5..f0cd2fbc4197ddc10ea52f0e97f06df99bea2e5a 100644 (file)
--- 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