On Thu, Mar 28, 2019 at 1:35 PM Hick Gunter <h...@scigames.at> wrote:

> IMHO the sqlite3_set_authorizer() interface already does a pretty decent
> job of providing the requested information:
>

True, but only if you are fully in control, because authorizer do not
"stack". There's only one, you can't get to restore one a previous one.
Which is logical since used for "security". But when you want do it both
for security, and introspection, and are you are part of a larger
application using SQLite, it makes things more complicated than it should
be. This was NOT designed for statement introspection after all... --DD
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to