From: Jos Backus Date: 2011-03-28T13:15:37+09:00 Subject: Re: [ANN] amalgalite 1.1.1 Released --000e0cd5929295f42a049f83271b Content-Type: text/plain; charset=ISO-8859-1 Thanks, Jeremy! Jos -- Peace cannot be achieved through violence, it can only be attained through understanding. On Mar 27, 2011 8:59 PM, "Jeremy Hinegardner" wrote: > > amalgalite version 1.1.1 has been released. > > http://www.copiousfreetime.org/projects/amalgalite/ > > === Description > > 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 > * full text search > > Also Scroll through Amalgalite::Database for a quick example, and a general > overview of the API. > > Amalgalite adds in the following additional non-default SQLite extensions: > > * R*Tree index extension - http://sqlite.org/rtree.html > * Full Text Search - http://sqlite.org/fts3.html > > === Installation > > gem install amalgalite > > {{ Release notes for Version 1.1.1 }} > > === Enhancements > > * Update to SQLite 3.7.5 > * Enable SQLite Full Text Search compile time options FTS3 and FTS4 [github issue #10] > http://www.sqlite.org/fts3.html > * Enable STAT2 SQLite compile time option to improve ANALYZE command support > http://www.sqlite.org/lang_analyze.html > > === Bug Fixes > > * The C coded generated by gen_constants.rb was updated to support older > compilers [github issue #8] (patch from josb) > * Fix 'amalgalite-pack --self' on ruby 1.9 > > -- > ======================================================================== > Jeremy Hinegardner jeremy@hinegardner.org > > --000e0cd5929295f42a049f83271b--