Files | Admin

Notes:

Release Name: 2.2.0

Notes:
Thanks to Garrett Rooney for his patch that fixes all the compiler warnings. Also made Statement#execute accept bind values as arguments, and added Statement#execute!, which returns the result as an array, instead of returning the ResultSet.


Changes: 2004-10-26 14:14 minam * lib/sqlite/version.rb: Version bump consistent with addition of new API, and backwards-compatible alterations of existing API. 2004-10-26 14:13 minam * lib/sqlite/statement.rb, test/tc_database.rb: Made Statement#execute accept bind parameters as arguments. Added Statement#execute! for returning an array of results from executing a prepared statement. 2004-10-18 09:39 minam * sqlite-ruby-win32.gemspec, ext/sqlite-api.c, lib/sqlite/version.rb: Applied patch from Garrett Rooney <rooneg at electricjellyfish dot net>, to clean up compiler warnings and remove unused functions and prototypes.