Re: [sqlite] Virtual Tables: xSync without xBegin

2012-07-12 Thread Jay A. Kreibich
On Thu, Jul 12, 2012 at 03:05:39PM +0200, OBones scratched on the wall: > Hello again. > > Does anyone have any suggestion here? There is a footnote in "Using SQLite" (Chapter 10: "Virtual Tables and Modules," p242) on this. The text is: If you do need to support your own

Re: [sqlite] Virtual Tables: xSync without xBegin

2012-07-12 Thread OBones
Hello again. Does anyone have any suggestion here? Regards Olivier OBones wrote: Hello all, I'm pushing my experiment with virtual tables a bit further by trying out the transaction functions. As a result, I gave values for the xBegin, xSync, xCommit and xRollback members of my

[sqlite] Virtual Tables: xSync without xBegin

2012-06-26 Thread OBones
Hello all, I'm pushing my experiment with virtual tables a bit further by trying out the transaction functions. As a result, I gave values for the xBegin, xSync, xCommit and xRollback members of my sqlite3_module structure. Then after having registered the module, I sent those two statements: