Re: [sqlite] getting table notifications

2010-08-18 Thread Igor Tandetnik
Mark Chekhanovskiy (mchekhan) wrote: > I had been experimenting with TEMP triggers and > sqlite3_create_function() to get the notification about the table > changes. It seems to work on the same db connection within one thread. > Anyone tried doing similar stuff for two+

[sqlite] getting table notifications

2010-08-18 Thread Mark Chekhanovskiy (mchekhan)
Hi I had been experimenting with TEMP triggers and sqlite3_create_function() to get the notification about the table changes. It seems to work on the same db connection within one thread. Anyone tried doing similar stuff for two+ processes connecting to the same db instance? My ultimate