From 0e18b672c55c728834b565732939405eb4582c30 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Sat, 13 Jan 2007 19:39:30 +0000 Subject: deprecate the DL driver --- lib/sqlite3/driver/dl/driver.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/sqlite3/driver') 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 -- cgit