Re: [sqlite] Where to look in the code for this ?

2006-10-02 Thread drh
Martin Alfredsson <[EMAIL PROTECTED]> wrote: > > I understand, I to did not understand what happened. > But the code below shows my point (sorry for the horrible indentation). Rather than apologize, why not just fix it? Is your time so much more valuable than ours that you cannot be troubled

Re: [sqlite] Where to look in the code for this ?

2006-10-02 Thread Filip Navara
[snip] > if (sqlite3_prepare(db, "SELECT * FROM tbookings", -1, , > ) == > SQLITE_OK) > { > rc = SQLITE_ROW; > while (rc == SQLITE_ROW) >{ >