Re: [sqlite] pDb->inTrans

2013-09-04 Thread E. Timothy Uy
Sorry, please ignore this message. I spaced out and forgot to 'fossil up' after 'fossil sync'. On Wed, Sep 4, 2013 at 2:48 PM, E. Timothy Uy wrote: > Hi, I'm getting the following error in the latest code (after merging with > my own). > > sqlite3.c(145194) : error C2039:

[sqlite] pDb->inTrans

2013-09-04 Thread E. Timothy Uy
Hi, I'm getting the following error in the latest code (after merging with my own). sqlite3.c(145194) : error C2039: 'inTrans' : is not a member of 'Db' sqlite3.c(9976) : see declaration of 'Db' sqlite3.c(145234) : error C2039: 'inTrans' : is not a member of 'Db' sqlite3.c(9976) :