On 11 Mar 2014, at 11:31am, Fabrice Triboix <ftrib...@falcon-one.com> wrote:

> The problem is actually elsewhere. I changed the filesystem and it works 
> fine. 
> 
> So the problem is not with sqlite but with our special filesystem. 

Make sure your code tests the results returned by all API calls to see that 
they are returning SQLITE_OK where appropriate.  Many times, the call which you 
realise is returning the wrong thing is after the call which created the 
problem.

But I'm glad to see you have it working.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to