I realize that the virtual table implementation is currently experimental, but I've been added them into a project of mine (which will end up public when it's done), and I don't truly understand the purpose of the xConnect and xDisconnect callbacks, when compared with their xCreate and xDestroy counterparts.
xCreate is called with CREATE VIRTUAL TABLE xDestroy is called with DROP TABLE . when/why are xConnect and xDisconnect actually invoked by SQLite? Thanks in advance Mike Brehm PS - I'm using Version 3.3.8, if that matters.