> but it seems like only changes made through the connection I call the
> function on are counted.

This is correct.

The documentation is misleading and should mention this limitation.

> Is there any way to get the total number of
> changes made through all opened connections?

Get the numbers for each connection, and add them up.

The connections are opened from different processes, so collecting the
numbers isn't trivial. It would be nice if sqlite stored a change
count in the database that was easily accessible.

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to