On 26 June 2012 15:31, Black, Michael (IS) <[email protected]> wrote:

> If you have sqlite3.c in your project you can just add your own hook.
>
>
>
> Take a look at  sqlite3TwoPartName if you want to see if before it's
> created.
>
>
>
> Or look at sqlite3StartTable (end of the function) if you want to know
> after it's created.
>
>
>
> That will catch a VIEW creation too.
>

Yes, I had had this idea, but I would like to resort to modifying SQLite's
source code if there is no other solution as I want my program to work with
the standard packaged SQLite (for Linux and ease of update reasons).

Thanks a lot anyway for your suggestion,

Vivien
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to