Hello, The documentation says the xRename function is mandatory: http://sqlite.org/vtab.html#xrename "The xRename method is required for every virtual table implementation."
But it seems possible to not specify it:
static const sqlite3_module fts3aux_module = {
...
0, /* xRename */
...
};
Regards.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

