On 26.06.2012 14:33, Vivien Malerba wrote:

> The code is some SQL entered by the user, I have no control over it. There
> is effectively the possibility to parse the SQL entered, detect the CREATE
> table statement and act accordingly, but I would like to see if SQLite has
> some kind of builtin feature I could use first.

Two options, both not intended for it, but could work well:

- http://sqlite.org/c3ref/set_authorizer.html

- http://sqlite.org/c3ref/c_config_getmalloc.html#sqliteconfiglog

Ralf
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to