Release Name: 0.7.6
Notes:
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.
Changes:
=== Enhancements
* Update to SQLite 6.8.11
=== Bug Fixes
* fix issues with the wrong error message appearing in statement closing
* incorrectly raise an exception if a transaction is started when rescuing an
exception [reported by James Edwared Gray II]
|