Re: [sqlite] Virtual table xBestIndex and when to free index resource

2008-02-11 Thread Dan
On Feb 12, 2008, at 7:05 AM, Evans, Mark (Tandem) wrote: > SQLite experts: > > The xBestIndex method of the SQLite virtual table interface > implemented by the VT module returns an output to the core by > setting idxNum member var of struct sqlite3_index_info to a value > that is

[sqlite] Virtual table xBestIndex and when to free index resource

2008-02-11 Thread Evans, Mark (Tandem)
SQLite experts: The xBestIndex method of the SQLite virtual table interface implemented by the VT module returns an output to the core by setting idxNum member var of struct sqlite3_index_info to a value that is meaningful to the VT module. Assume that a memory resource was created in