]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Added CHANGES info to document bind parameter change.
authorMichael Trier <mtrier@gmail.com>
Fri, 26 Feb 2010 19:27:26 +0000 (19:27 +0000)
committerMichael Trier <mtrier@gmail.com>
Fri, 26 Feb 2010 19:27:26 +0000 (19:27 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 05d53ffa5f2714110089cfcac730ef9b25284299..b335972de433c7bc65969eea3bd32b4aff7d5542 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -191,6 +191,9 @@ CHANGES
     Python string, as well as when a Unicode or UnicodeType type
     is explicitly passed a bytestring.  The String type will do nothing 
     for DBAPIs that already accept Python unicode objects.
+
+  - Bind parameters are sent as a tuple instead of a list. Some
+    backend drivers will not accept bind parameters as a list.
     
 - metadata
   - Added the ability to strip schema information when using