Re: [sqlite] Return value of Tcl interface to wal_hook

2017-07-14 Thread Dan Kennedy
On 07/14/2017 08:55 PM, Peter da Silva wrote: In wal_hook we have: ** The callback function should normally return [SQLITE_OK]. ^If an error ** code is returned, that error will propagate back up through the ** SQLite code base to cause the statement that provoked the callback ** to report an e

[sqlite] Return value of Tcl interface to wal_hook

2017-07-14 Thread Peter da Silva
In wal_hook we have: ** The callback function should normally return [SQLITE_OK]. ^If an error ** code is returned, that error will propagate back up through the ** SQLite code base to cause the statement that provoked the callback ** to report an error, though the commit will have still occurred