J
Jamis Buck
SQLite/Ruby 2.2.0 is now available for download. A Windows binary
version is also available, both as a zip, and as a gem.
project page: http://rubyforge.org/projects/sqlite-ruby
api docs: http://sqlite-ruby.rubyforge.org
faq: http://sqlite-ruby.rubyforge.org/faq.html
Only some minor changes this time--mostly some changes that have
accumulated over the last month. I figured it was time for a new release.
* Thanks to Garrett Rooney for his patch that fixes the compiler warnings.
* Statement#execute now accepts bind values as arguments.
* Statement#execute! was added, which returns the results as an array,
instead of as a ResultSet instance.
Enjoy!
- Jamis
version is also available, both as a zip, and as a gem.
project page: http://rubyforge.org/projects/sqlite-ruby
api docs: http://sqlite-ruby.rubyforge.org
faq: http://sqlite-ruby.rubyforge.org/faq.html
Only some minor changes this time--mostly some changes that have
accumulated over the last month. I figured it was time for a new release.
* Thanks to Garrett Rooney for his patch that fixes the compiler warnings.
* Statement#execute now accepts bind values as arguments.
* Statement#execute! was added, which returns the results as an array,
instead of as a ResultSet instance.
Enjoy!
- Jamis