Nikola Boyadjiev wrote: > > Out App was working file until we changed the version to 1.0.89 and then we > started having weird behavior. We checked the database and out code for couple > of days trying to find where the problem is. We ran integrity check on the > database and its fine. I'm sending the files because recreating this issue is > not easy, it doesn't happen all the time. We have no problem with the queries > when using older version of SQLite, > only with v 1.0.89. >
I'm unable to reproduce the issue using the example database and query. Having an intermittent issue with query results normally indicates a threading issue (e.g. using the same System.Data.SQLite object instance from more than one thread). Is that a possibility in this case? Can you provide any further details related to this issue? -- Joe Mistachkin _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

