summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2007-01-13 19:39:30 +0000
committerJamis Buck <jamis@37signals.com>2007-01-13 19:39:30 +0000
commit0e18b672c55c728834b565732939405eb4582c30 (patch)
treeccb05a938c154414deac6ce76beaf5c648cfb7bc /lib
parent6782a6f435749f1cc9cb87bd1a397326675fd0c9 (diff)
downloadthird_party-sqlite3-ruby-0e18b672c55c728834b565732939405eb4582c30.tar.gz
third_party-sqlite3-ruby-0e18b672c55c728834b565732939405eb4582c30.tar.xz
third_party-sqlite3-ruby-0e18b672c55c728834b565732939405eb4582c30.zip
deprecate the DL driver
Diffstat (limited to 'lib')
-rw-r--r--lib/sqlite3/driver/dl/driver.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/sqlite3/driver/dl/driver.rb b/lib/sqlite3/driver/dl/driver.rb
index ab24a13..ac72e0d 100644
--- a/lib/sqlite3/driver/dl/driver.rb
+++ b/lib/sqlite3/driver/dl/driver.rb
@@ -32,6 +32,10 @@
require 'sqlite3/driver/dl/api'
+warn "The DL driver for sqlite3-ruby is deprecated and will be removed"
+warn "in a future release. Please update your installation to use the"
+warn "Native driver."
+
module Kernel
# Allows arbitrary objects to be passed as a pointer to functions.
# (Probably not very GC safe, but by encapsulating it like this we