diff options
author | Michael Trier <mtrier@gmail.com> | 2010-02-26 19:27:26 +0000 |
---|---|---|
committer | Michael Trier <mtrier@gmail.com> | 2010-02-26 19:27:26 +0000 |
commit | 64988b45656c8fcdf384b3ad3b6303eaff521dc1 (patch) | |
tree | e8b64a34b3519d6845b954496032870edd7ae7d8 | |
parent | 7a629b6d415ce6b43bf751fdb2fdba705826265d (diff) | |
download | sqlalchemy-64988b45656c8fcdf384b3ad3b6303eaff521dc1.tar.gz |
Added CHANGES info to document bind parameter change.
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |