SQLite3-Ruby version 1.2.3 is now available. It is a maintenance release, fixing just a few things:
- The permissions on the database.rb and translator.rb files in 1.2.2 were incorrect, resulting in broken sqlite3-ruby installations for many *nix users. This is now fixed.
- A few more Ruby 1.9 compatibility issues were patched.
- Some optimizations were applied to speed up iterating over result sets.
To install or upgrade:
|
|
gem install sqlite3-ruby |
Thanks!

