Any ideas why SQL statements like this one:

SELECT collid FROM Collection where collid= '123' and (userid = 'JoseA' or
userid = 'JoseB')

Are not working with SQL::Statement version 1.005, but are with version
0.1021?  Is this another bug with this release.

Thanks,

Jose
----- Original Message -----
From: "Jeff Zucker" <[EMAIL PROTECTED]>
To: "Jose Blanco" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, February 19, 2003 4:55 PM
Subject: Re: case sensitivity when creating a table.


> Jose Blanco wrote:
>
> >I just installed SQL::Statement version 1.005 and using a CSV database I
tried creating a table with field names that were in lower case.  The table
that got created had the field names in upper case.
> >
> Version 1.006 will be out in the next day or so and it will solve this
> problem.
>
> --
> Jeff
>

Reply via email to