Re: [sqlite] Tiger: Error: file is encrypted or is not a database

2005-06-07 Thread Kyle Jessup
On Jun 6, 2005, at 10:36 AM, Helmut Tschemernjak wrote: Hello, I try to look into the sqlite database in Mac OS X Tiger at: /.Spotlight-V100/ I cannot dump any data or schema and the file magic is not containing sqlite. The data is not encrypted. It looks like the file is incompatible

[sqlite] A questionable bit of code

2005-03-29 Thread Kyle Jessup
I have been trying to track down a crasher in my multi-threaded sqlite 3.2.0 application. I was seeing crashes in highly contentious situations where many threads are opening and closing a database frequently. The crash was consistently in the following bit of code: src/main.c in sqlite_close