Re: [sqlite] Terminate blocking SELECT-operation?

2010-07-12 Thread Simon Davies
On 12 July 2010 12:39, Kristoffer Danielsson wrote: > > I would like to perform an asynchronous SELECT, terminatable by a semaphore > or equivalent. The problem I'm trying to solve is to allow termination of a > blocking SELECT-operation that take too long. > > >

[sqlite] Terminate blocking SELECT-operation?

2010-07-12 Thread Kristoffer Danielsson
I would like to perform an asynchronous SELECT, terminatable by a semaphore or equivalent. The problem I'm trying to solve is to allow termination of a blocking SELECT-operation that take too long. Does SQLite support that?