Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Allen Morris
The DL driver for sqlite3-ruby is deprecated [ reply ]  
2008-06-12 18:12
I too would like to know how to get rid of:

The DL driver for sqlite3-ruby is deprecated and will be removed
in a future release. Please update your installation to use the
Native driver.

By: Rene Perrier
RE: warning message in ruby console [ reply ]  
2007-03-23 01:20
I forgot to say that this is happening on a Linux (Debian) box.

By: Rene Perrier
warning message in ruby console [ reply ]  
2007-03-23 01:16
Hi,

When I launch the console for my Rails application and execute my first database related method, I get the following waring message:
"The DL driver for sqlite3-ruby is deprecated and will be removed in a future release. Please update your installation to use the Native driver."

In addition, if I try to create and save ActiveRecord objects that are invalid (i.e they violate database constraints as well as ActiveRecord validations), it works without throwing any exception or returning error code (i.e. new records are created when they should not)

The system I use has sqlite3 version 3.3.8 installed and I use it with the sqlite3-ruby (1.2.1) gem.

Any idea of how to fix this?

Thanks

Rene