[R-sig-DB] New version of RSQLite on CRAN
Seth Falcon
@eth @end|ng |rom u@erpr|m@ry@net
Thu Mar 11 18:18:14 CET 2010
Hi all,
Sorry if you've already seen an announcement via the r-packages list...
A new version of RSQLite (0.8-4) is now available on CRAN. Highlights
of this release:
Version 0.8-4
- Fix a memory leak in bound parameter management and resolve a
missing PROTECT bug that caused spurious crashes when performing
many prepared queries.
- There is now a fairly comprehensive example of using prepared
queries in the man page for dbSendQuery-methods.
- Upgrade to SQLite 3.6.21 => 3.6.22 (minor bug fixes).
- Enable full-text search module by default. See
http://www.sqlite.org/fts3.html for details on this SQLite
module.
- Add support for prepared queries that involve a SELECT. This was
previously unsupported. SELECT queries can now be used with
dbSendPreparedQuery. The return value is the same as rbind'ing the
results of the individual queries. This means that parameters that
return no results are ignored in the result.
Full NEWS items available here:
http://cran.r-project.org/web/packages/RSQLite/NEWS
+ seth
--
Seth Falcon | @sfalcon | http://userprimary.net/
More information about the R-sig-DB
mailing list