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
Hi,
I've tested this with my previously failing script and it now works
like a charm.
Thanks for the quick response !
Jesus.
···
On Mon, Mar 28, 2011 at 5:59 AM, Jeremy Hinegardner <jeremy@hinegardner.org> wrote:
amalgalite version 1.1.1 has been released.
http://www.copiousfreetime.org/projects/amalgalite/
* Enable SQLite Full Text Search compile time options FTS3 and FTS4 [github issue #10]
http://www.sqlite.org/fts3.html
Glad to help out. I put in an example of how to use SQLite's full text search
now that I compile it in. Its pretty fun to play with.
enjoy,
-jeremy
···
On Mon, Mar 28, 2011 at 01:15:37PM +0900, Jos Backus wrote:
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" <jeremy@hinegardner.org> > 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
>
>
--
Jeremy Hinegardner jeremy@hinegardner.org
And thank you for your patch!
···
> * The C coded generated by gen_constants.rb was updated to support older
> compilers [github issue #8] (patch from josb)
On Mon, Mar 28, 2011 at 01:15:37PM +0900, Jos Backus wrote:
Thanks, Jeremy!
Jos
--
Jeremy Hinegardner jeremy@hinegardner.org