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]



Reply via email to