Simple version update.  Changes:

Enhancements

    Added SQLite3::ResultSet#each_hash for fetching each row as a hash.

    Added SQLite3::ResultSet#next_hash for fetching one row as a hash.

Bugfixes

    Support both UTF-16LE and UTF-16BE encoding modes on PPC. Closes #63

    Protect parameters to custom functions from being garbage collected
too soon. Fixes #60. Thanks hirataya!

    Fix backwards compatibility with 1.2.5 with bind vars and `query`
method. Fixes #35.

    Fix double definition error caused by defining sqlite3_int64/uint64.

    Fix suspicious version regexp.

Tested on i386, compiles on amd64.  Will be committing later this week
unless I hear objections.  I'm also going to be unhooking the jruby
FLAVOR from the build, since I will be removing JRuby C extension
support when it gets updated to 1.7.0.

Thanks,
Jeremy

Reply via email to