On 4 Oct 2016, at 1:24pm, Werner Kleiner <sqlitetes...@gmail.com> wrote:

> Hopefully I give you the correct answer, because a collegue has
> written the C# program.
> We had no problems with inserts in the past, but now if we have
> records about 6000 inserts we get the errors.
> 
> The OS is Server 2012, there are no pragma settings (but collegue has
> also used with pragma settings)
> It is a single thread with "synchronize full"

I'm not going to claim that there are no bugs in SQLite since some of the 
traffic on this list is about fixing bugs in SQLite.  However, a random bug 
which corrupts the database is extremely unlikely.  Can I ask you to read this 
page

<https://www.sqlite.org/howtocorrupt.html>

and tell us if you're doing any of those things, or anything close to one of 
those things ?  There are numerous things you could be doing which would 
corrupt the database and it would help us narrow down the cause.  My suspicions 
in this case lead me to section 3.2, for example, but you know your code better 
than we do.

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

Reply via email to