It's alright, thanx !

Luciano
----- Original Message ----- 
From: "Will Leshner" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 16, 2004 1:35 PM
Subject: Re: [sqlite] Exception in 'EXPR.C'


> 
> On Feb 16, 2004, at 8:27 AM, Luciano wrote:
> 
> > SELECT * FROM colours WHERE db.colours.code = 123
> >
> > produces an exception in Windows, with sqlite 2.8.12. The exception 
> > occurrs
> > here in EXPR.C:
> >
> > static int lookupName(..)
> > ...
> >    if( zDb!=0 && sqliteStrICmp(db->aDb[pTab->iDb].zName, zDb)!=0 )
> > #######HERE#######
> >   {
> >           continue;
> >    }
> >
> 
> I believe this has been fixed in the tip:
> 
> <http://www.sqlite.org/cvstrac/chngview?cn=1225>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to