From: Jeremy Hinegardner Date: 2009-01-19T12:24:31+09:00 Subject: [ANN] amalgalite 0.7.1 Released amalgalite version 0.7.1 has been released. gem install amalgalite http://copiousfreetime.rubyforge.org/amalgalite/ Amalgalite embeds the SQLite database engine in a ruby extension. There is no need to install SQLite separately. Look in the examples/ directory to see * general usage * blob io * schema information * custom functions * custom aggregates * requiring ruby code from a database Also Scroll through Amalgalite::Database for a quick example, and a general overview of the API. {{ Release notes for Version 0.7.1 }} === Enhancements * added support for sqlite's nested transactions which appeared in SQLite 3.6.8 * update to SQLite version 3.6.10 * added ability to set the SQLite temporary directory * added amalgalite-pack --require-order === Bug Fixes * fix exception when accessing the special 'rowid' column * fix internal require order list for use in packing -- ======================================================================== Jeremy Hinegardner jeremy@hinegardner.org