From 64988b45656c8fcdf384b3ad3b6303eaff521dc1 Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Fri, 26 Feb 2010 19:27:26 +0000 Subject: [PATCH] Added CHANGES info to document bind parameter change. --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3