summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2010-02-26 19:27:26 +0000
committerMichael Trier <mtrier@gmail.com>2010-02-26 19:27:26 +0000
commit64988b45656c8fcdf384b3ad3b6303eaff521dc1 (patch)
treee8b64a34b3519d6845b954496032870edd7ae7d8
parent7a629b6d415ce6b43bf751fdb2fdba705826265d (diff)
downloadsqlalchemy-64988b45656c8fcdf384b3ad3b6303eaff521dc1.tar.gz
Added CHANGES info to document bind parameter change.
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 05d53ffa5..b335972de 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