Make the hook queue a GUI update transaction and execute those
transactions following the COMMIT. Discard the list of GUI update
transactions on a ROLLBACK.
Jef Driesen wrote:
I was planning to use the sqlite3_update_hook function to notify my GUI
about changes. The idea was that every part o
Jef Driesen <[EMAIL PROTECTED]> wrote:
>
> I think that approach should work. But the function sqlite3_commit_hook
> is marked experimental in the documentation. What does that means? Is it
> safe to rely on it?
>
"Experimental" means that we reserve the right to change it in
future releases o
On Mon, 2007-03-12 at 10:51 +0100, Jef Driesen wrote:
> I was planning to use the sqlite3_update_hook function to notify my GUI
> about changes. The idea was that every part of the GUI can update itself
> when a database change is detected. But during testing, I encountered
> some problems with thi
3 matches
Mail list logo