summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-12-15 12:32:06 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2010-12-15 12:32:06 -0500
commit46ad83ed6bf475c94490a2659dcbaa0c3e5b3452 (patch)
treeb3104b68024a20226274c065144f3ff4043c1557
parent77649e67480884a2ed9107a45b344d9b8a52303d (diff)
downloadsqlalchemy-46ad83ed6bf475c94490a2659dcbaa0c3e5b3452.tar.gz
- merge changelog updates from 0.6
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6e884d41e..714d9cb88 100644
--- a/CHANGES
+++ b/CHANGES
@@ -69,6 +69,12 @@ CHANGES
str() on values.
- engine
+ - The "unicode warning" against non-unicode bind data
+ is now raised only when the
+ Unicode type is used explictly; not when
+ convert_unicode=True is used on the engine
+ or String type.
+
- Fixed memory leak in C version of Decimal result
processor. [ticket:1978]
@@ -115,6 +121,11 @@ CHANGES
than that of the parent table doesn't render at all,
as cross-schema references do not appear to be supported.
+- mssql
+ - The rewrite of index reflection in [ticket:1770] was
+ unfortunately not tested correctly, and returned incorrect
+ results. This regression is now fixed.
+
- oracle
- The cx_oracle "decimal detection" logic, which takes place
for for result set columns with ambiguous numeric characteristics,