From: Michael Trier Date: Fri, 26 Feb 2010 19:27:26 +0000 (+0000) Subject: Added CHANGES info to document bind parameter change. X-Git-Tag: rel_0_6beta2~112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64988b45656c8fcdf384b3ad3b6303eaff521dc1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Added CHANGES info to document bind parameter change. --- diff --git a/CHANGES b/CHANGES index 05d53ffa5f..b335972de4 100644 --- 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