diff options
author | Jamis Buck <jamis@37signals.com> | 2005-02-05 19:16:45 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2005-02-05 19:16:45 +0000 |
commit | f287e8228a72a6653290e83ff734b6460256e138 (patch) | |
tree | 1298e78e82d4451d8e644d7f58b6800bf12ed069 | |
parent | 4177b060cf5ef89f3f08661d8223dc2d487a3f45 (diff) | |
download | third_party-sqlite3-ruby-f287e8228a72a6653290e83ff734b6460256e138.tar.gz third_party-sqlite3-ruby-f287e8228a72a6653290e83ff734b6460256e138.tar.xz third_party-sqlite3-ruby-f287e8228a72a6653290e83ff734b6460256e138.zip |
Updated changelog with latest changes
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-02-05 11:24 jamis + + * The bind parameter array will be flattened before use, so that arrays + may be passed as parameters. + * The native bind_text implementation does a to_s on the parameter + 2005-01-30 22:14 jamis * Added various bsds to the detection routine in dl/api.rb. |