]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
log [ticket:1978]
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Dec 2010 19:58:02 +0000 (14:58 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Dec 2010 19:58:02 +0000 (14:58 -0500)
CHANGES

diff --git a/CHANGES b/CHANGES
index 597dfb08fd78e0537fe89db0926ab99e8a3d5ae1..a057509d1b7ce09d0c707c117328aa3679f96c86 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -69,6 +69,9 @@ CHANGES
     str() on values.
     
 - engine
+  - Fixed memory leak in C version of Decimal result
+    processor.  [ticket:1978]
+    
   - Implemented sequence check capability for the C 
     version of RowProxy, as well as 2.7 style 
     "collections.Sequence" registration for RowProxy.