Monday 30 of November 2009 12:29:10 Ralf Junker napisaƂ(a):
> I am passing various arguments to sqlite3_tokenizer_module.xCreate. In case
> they are invalid, I would like to return an explaining error message in
> addition to SQLITE_ERROR. I did not find a way to do this. Is it at all
> possible?
>
> Thanks, Ralf

The last argument of xCreate() is  char **pzErr.
It is exactly designed for the purpose you describe.
See also description in doc-zip: sqlite-3_6_18-docs/vtab.html, or 
http://www.sqlite.org/vtab.html

Thanks,
Grzegorz W.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to