J
Jamis Buck
SQLite-Ruby is a module for accessing SQLite (http://www.sqlite.org)
databases from Ruby.
http://rubyforge.org/projects/sqlite-ruby
This release adds support for Ara Howard's "arrayfields" module. If that
module is installed, each row of a result set will be returned as an
Array, instead of a Hash. SQLite-Ruby will function without arrayfields,
however, in which case each row is returned as a Hash (as before).
The most significant change in this release is that columns in result
sets are numbered starting at 0, instead of 1. This may cause existing
SQLite-Ruby programs to fail if you upgrade, so proceed with caution!
Caveat emptor!
Other minor changes: the install script has been modified so that any
parameters you give to it are passed through to the extconf.rb script.
This allows you to (for instance) specify a custom location for the
sqlite libraries and header files. (Thanks, Ara and Ludo!)
As before, this is available as a gem, so you can just type "gem -i
sqlite" and have it installed for you. Additionally, you can use "gem
--gen-rdoc --run-tests -i sqlite" to generate the documentation and run
the test suite at the same time.
For those that are "gem-challenged", the library is available in bz2,
gz, and zip format as well.
--
Jamis Buck
(e-mail address removed)
http://www.jamisbuck.org/jamis
ruby -ropenssl
-e'k="01234567";p((c,c.padding,c.iv,c.key=OpenSSL::Cipher::BF.new,0,k,k*2)[0].decrypt.update("1A81803C452C324619D319F980D5B84DBB45FC0FE2BAA045".scan(/../).map{|n|n.to_i(16).chr}.join))'
databases from Ruby.
http://rubyforge.org/projects/sqlite-ruby
This release adds support for Ara Howard's "arrayfields" module. If that
module is installed, each row of a result set will be returned as an
Array, instead of a Hash. SQLite-Ruby will function without arrayfields,
however, in which case each row is returned as a Hash (as before).
The most significant change in this release is that columns in result
sets are numbered starting at 0, instead of 1. This may cause existing
SQLite-Ruby programs to fail if you upgrade, so proceed with caution!
Caveat emptor!
Other minor changes: the install script has been modified so that any
parameters you give to it are passed through to the extconf.rb script.
This allows you to (for instance) specify a custom location for the
sqlite libraries and header files. (Thanks, Ara and Ludo!)
As before, this is available as a gem, so you can just type "gem -i
sqlite" and have it installed for you. Additionally, you can use "gem
--gen-rdoc --run-tests -i sqlite" to generate the documentation and run
the test suite at the same time.
For those that are "gem-challenged", the library is available in bz2,
gz, and zip format as well.
--
Jamis Buck
(e-mail address removed)
http://www.jamisbuck.org/jamis
ruby -ropenssl
-e'k="01234567";p((c,c.padding,c.iv,c.key=OpenSSL::Cipher::BF.new,0,k,k*2)[0].decrypt.update("1A81803C452C324619D319F980D5B84DBB45FC0FE2BAA045".scan(/../).map{|n|n.to_i(16).chr}.join))'