On 12/07/2016 10:19 AM, "Hilaire" <hilaire@drgeo.eu> wrote:
>
> Hi,
>
> So what is it exactly regarding busy state of Sqlite?
> The documentation is very short, to not say inexistant, on that specific
> important matter.
I also haven't read anything official, but my experience is that if the db is locked sqlite waits a while. If the db unlocks, the transaction succeeds, if not, an error is returned.
Cheers,
Alistair