From 8d298fa06d262549fc640f34f5588a281bb17cd7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 1 Mar 2006 00:11:25 +0000 Subject: [PATCH] update --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.2