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
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
2 matches
Mail list logo