Posted By: Jamis Buck
Date: 2005-01-05 19:33
Summary: SQLite3/Ruby 0.9.0
Project: SQLite-Ruby
This is a "beta" release of SQLite3/Ruby. Please report all bugs, so it can be made production-ready as soon as possible.
This release adds a native (compiled) driver, which can be used instead of the DL (pure-Ruby) driver. The DL driver is unstable and will remain so for the foreseeable future, until the Ruby/DL library is upgraded. The DL driver is not recommended for serious use.
This release also makes Database#quote a class method, instead of an instance method. See the ChangeLog for the full list of changes. |
|