summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Holland <rob@inversepath.com>2008-05-13 22:49:29 +0100
committerRob Holland <rob@inversepath.com>2008-05-13 22:49:29 +0100
commitf73726f40cc62ae21777c7cc001a67b7eaa1018c (patch)
tree1fdc768452b3dbefe68d03dc34e905d24b459cd0
parente8951c3e6367b39c6668c0a252c0ed4b9fcb2a3d (diff)
downloadthird_party-sqlite3-ruby-f73726f40cc62ae21777c7cc001a67b7eaa1018c.tar.gz
third_party-sqlite3-ruby-f73726f40cc62ae21777c7cc001a67b7eaa1018c.tar.xz
third_party-sqlite3-ruby-f73726f40cc62ae21777c7cc001a67b7eaa1018c.zip
Add missing method, just because
-rw-r--r--lib/sqlite3/driver/dl/driver.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sqlite3/driver/dl/driver.rb b/lib/sqlite3/driver/dl/driver.rb
index 9168c79..f53c189 100644
--- a/lib/sqlite3/driver/dl/driver.rb
+++ b/lib/sqlite3/driver/dl/driver.rb
@@ -231,6 +231,7 @@ module SQLite3 ; module Driver ; module DL
api_delegate :aggregate_count
api_delegate :bind_double
api_delegate :bind_int
+ api_delegate :bind_int64
api_delegate :bind_null
api_delegate :bind_parameter_index
api_delegate :bind_parameter_name