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: '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) : see declaration of 'Db'
>
> The problem appears to be that struct Db does not have inTrans, which it
> definitely doesn't.
>
> Before I dig too deep, has anyone else seen this? I wonder if it should
> actually be something other than pDb->inTrans... maybe p->inTrans?
>
> Cheers,
> Tim
>
>
>
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[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) : see declaration of 'Db'

The problem appears to be that struct Db does not have inTrans, which it
definitely doesn't.

Before I dig too deep, has anyone else seen this? I wonder if it should
actually be something other than pDb->inTrans... maybe p->inTrans?

Cheers,
Tim
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users