Re: [sqlite] sqlite4 and sqlite3_busy_timeout

2013-04-24 Thread David King
I've solved these two (in my case sqlite3_busy_timeout isn't necessary and can just be removed, sqlite4_result_blob and sqlite4_result_text now take a xDel argument that can just be zeroed out, and sqlite4_create_collation now takes a callback to generate keys for the k/v storage engine that AFA

[sqlite] sqlite4 and sqlite3_busy_timeout

2013-04-23 Thread David King
I'm experimenting with sqlite4 by porting an application that currently runs sqlite3. I'm following the surprisingly straight-forward instructions at http://sqlite.org/src4/doc/trunk/www/porting.wiki I see that sqlite4 no longer provides sqlite4_busy_timeout, is there an equivalent that I shou