From: Mike Bayer Date: Wed, 1 Mar 2006 00:11:25 +0000 (+0000) Subject: update X-Git-Tag: rel_0_1_3~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d298fa06d262549fc640f34f5588a281bb17cd7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git update --- diff --git a/CHANGES b/CHANGES index 8bfe0f26e4..f0cd2fbc41 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