Re: [sqlite] SQLITE3 - sqlite3_step bug?

2010-11-13 Thread David Levinson
Richard,, I don't know if this helps but here is a stack track while the code appears to be stuck in a loop... winRead(sqlite3_file * id=0x04418048, void * pBuf=0x0487d10c, int amt=1024, __int64 offset=3043618816) Line 27073 + 0x1c bytes C

Re: [sqlite] SQLITE3 - sqlite3_step bug?

2010-11-12 Thread Richard Hipp
On Fri, Nov 12, 2010 at 1:06 PM, David Levinson wrote: > I have an 11GB database and when I attempt to query the database for the > max(column) value the code within sqlite3_step() gets stuck in a loop for > hours and hours and never seems to return. > > > > Do you know