On Thu, Jun 30, 2011 at 1:15 PM, Simon Gornall <[email protected]> wrote:
>
> I'm trying to intelligently invalidate cached results after a database
> UPDATE, where the results are cached by query.
Would the update_hook be helpful here?
http://www.sqlite.org/c3ref/update_hook.html
--
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

