On 12/1/2016 7:51 PM, Jens Alfke wrote:
Does a registered sqlite3_update_hook get called when _any_ SQLite connection 
modifies the database (not just the connection it's registered with)?

No, only the connection it's registered with.

If so, then does that include connections in other OS processes? (I'm looking 
for a way to detect this.)

There's nothing in SQLite that would help with that, to my knowledge.
--
Igor Tandetnik

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

Reply via email to