Re: No such table error when using threads

2015-12-31 Thread Elad Silberring
Thank YOU!!! On Thursday, November 5, 2009 at 10:58:55 AM UTC+2, BlueBird wrote: > > > Ok, I found a way around the problem, in case anyone ever has the same > problem. If you specify TEST_DATABASE_NAME in your settings, it will > force sqllite to use a file database instead of in-memory dat

Re: No such table error when using threads

2009-10-27 Thread BlueBird
On 24 oct, 21:52, BlueBird wrote: > Hi, > > I've got a strange behavior. My application is split between a web > frontend and a backend which use the DB to exchange tasks and results. > > The problem is with the backend. It's just a regular program, > accessing the DB to fetch tasks, completing

No such table error when using threads

2009-10-24 Thread BlueBird
Hi, I've got a strange behavior. My application is split between a web frontend and a backend which use the DB to exchange tasks and results. The problem is with the backend. It's just a regular program, accessing the DB to fetch tasks, completing them and then storing the result in a DB. The pr