Bjorn Peterson ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description JDBC driver converts search string patterns to lowercase Long Description The metadata class of the Postgresql 7.1 JDBC driver converts search string patterns to all lowercase. This means that if I want to use metadata.getColumns(null,null,tableName,"%") for example, the tableName will be converted to all lowercase, and will not match if my table names have any capital letters. I tried quoting the table names, but that didn't work either. I see no reason for the names to be converted to lower case, and it is extremely inconvenient to code a work-around for this. Sample Code No file was uploaded with this report ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
