[R-sig-DB] [PATCH] segfault in RSQLite 0.5-4

Ashish Kulkarni @@h|@h@ku|k@rn| @end|ng |rom k@|yptor|@k@com
Tue Jul 17 11:59:12 CEST 2007


Now that you've upgraded to 3.4.0, I have some patches which 
use the sqlite3_prepare_v2 API, which is recommended now: see 

http://www.sqlite.org/capi3ref.html#sqlite3_prepare_v2

SQLITE_SCHEMA handling is done internally in that case, and
the legacy behavior that made corrected_sqlite3_step() necessary
is no longer needed.

I've attached patches against both the trunk and the 2.5 branch.

Regards,
Ashish

-------------- next part --------------
A non-text attachment was scrubbed...
Name: r25_sqlite_prepare_v2.patch
Type: application/octet-stream
Size: 9438 bytes
Desc: r25_sqlite_prepare_v2.patch
URL: <https://stat.ethz.ch/pipermail/r-sig-db/attachments/20070717/1f9da266/attachment.obj>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: trunk_sqlite_prepare_v2.patch
Type: application/octet-stream
Size: 11526 bytes
Desc: trunk_sqlite_prepare_v2.patch
URL: <https://stat.ethz.ch/pipermail/r-sig-db/attachments/20070717/1f9da266/attachment-0001.obj>


More information about the R-sig-DB mailing list