Re: [sqlite] How often is xDisconnect called? (Was: Suggestion for syntax enhancement for virtual tables)

2015-01-05 Thread Dan Kennedy
On 01/06/2015 11:59 AM, Peter Aronson wrote: It's this comment that makes me worry that xDisconnect can be called at other times than detach or close: ** When an in-memory Table object is deleted (for example when the ** schema is being reloaded for some reason), the VTable objects are not **

[sqlite] How often is xDisconnect called? (Was: Suggestion for syntax enhancement for virtual tables)

2015-01-05 Thread Peter Aronson
It's this comment that makes me worry that xDisconnect can be called at other times than detach or close: ** When an in-memory Table object is deleted (for example when the ** schema is being reloaded for some reason), the VTable objects are not ** deleted and the sqlite3_vtab* handles are not