On Sat, Dec 7, 2013 at 1:45 PM, Joshua Grauman <jnf...@grauman.com> wrote:

>
> Is there a way to prevent changes to the schema, while still allowing
> inserts of new data to existing tables?
>

The sqlite3_set_authorizer() interface (
http://www.sqlite.org/c3ref/set_authorizer.html) can register a callback
that prevent any operation you like.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to