Re: [sqlite] data issues on iPhone

2011-04-25 Thread Simon Slavin
On 25 Apr 2011, at 6:20pm, Mickey Mestel wrote: >> Have you tried removing SQLCipher, and just use standard SQLite, to help >> isolate the source of the problem? > > hmmm... not good. i removed SQLCipher, and am linking with the > standard libsqlite, and the problem persists. Okay,

Re: [sqlite] data issues on iPhone

2011-04-25 Thread Mickey Mestel
>> > > Have you tried removing SQLCipher, and just use standard SQLite, to help > isolate the source of the problem? hmmm... not good. i removed SQLCipher, and am linking with the standard libsqlite, and the problem persists. that points more towards it being something in

Re: [sqlite] data issues on iPhone

2011-04-24 Thread BareFeetWare
On 24/04/2011, at 10:49 AM, Mickey Mestel wrote: > we are using sqlite on the iPhone, in conjunction with SQLCipher, so the > sqlite version is compiled in with SQLCipher. the version of sqlite is > 3.7.2, and 4.3 of iOS. > > i have an issue that suddenly started appearing all of a sudden.

Re: [sqlite] data issues on iPhone

2011-04-23 Thread Simon Slavin
On 24 Apr 2011, at 1:49am, Mickey Mestel wrote: > if i then shut down the app and restart it, the data is retrieved with > no issues. > > so basically a connection is made to the database, the table is created > if it doesn't exist, we go through a loop of processing JSON data

[sqlite] data issues on iPhone

2011-04-23 Thread Mickey Mestel
hi all, we are using sqlite on the iPhone, in conjunction with SQLCipher, so the sqlite version is compiled in with SQLCipher. the version of sqlite is 3.7.2, and 4.3 of iOS. i have an issue that suddenly started appearing all of a sudden. what is happening is that the data