Hello all,
As I'm experimenting with Virtual Tables, I have had to implement
xBestIndex and xFilter.
The documentation says that idxNum and idxStr are of no importance to
the SQLite core and that it's our responsibility to make sure xFilter
and xBestIndex agree on the meaning.
This is fine by me but I'd like to suggest to change the type of idxStr
from "char *" to "void *" to make it even clearer to everyone that this
parameter is not used in any specific way inside SQLite core.
Maybe this was already requested in the past and denied because the
interface of virtual tables cannot change, but I could not find any
trace of such thing.
Regards
Olivier
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users