According to the documentation for the xCommit virtual table method "A call to 
this method always follows a prior call to xBegin and xSync."  However, this 
does not seem to be the case when actually creating a virtual table.  The 
post-create xCommit call is made without any prior xBegin call.  Stepping 
through sqlite3VtabBegin(), it looks like pVTab is always NULL, so no call is 
made to xBegin.

SQLite 3.8.4.3
Solaris 9

Is there anyone out there using the xBegin, xCommit,. xRollback methods in 
their virtual table?  If so, do you pay attention to errors, or only return 
success?

Peter
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to