Hello,
Is it possible to delete a module and the associated client data ?
I tried to pass a NULL pointer as the third parameter of
sqlite3_create_module_v2,
sqlite3_create_module_v2(
db,
zName,
NULL,
NULL,
NULL
);
but I got a SQLITE_MISUSE error.
Thanks.
On 5/3/16, gwenn wrote:
> Hello,
> Is it possible to delete a module and the associated client data ?
> I tried to pass a NULL pointer as the third parameter of
> sqlite3_create_module_v2,
> sqlite3_create_module_v2(
> db,
> zName,
> NULL,
> NULL,
> NULL
> );
> but I got a SQLITE_MISUSE
2 matches
Mail list logo