On Sun, Aug 19, 2001 at 10:21:46AM -0400, Philip Mak wrote:
> On Sun, 19 Aug 2001, Sinisa Milivojevic wrote:
> 
> > If this is happening on Windows, we truly can not do anything about
> > it.
> >
> > You could help there by forcing all table names to be lower-case by
> > starting mysql service with a corresponding option.
> 
> No, it's happening on Linux. Here's a transcript of what happens. I create
> a table called "test" with a column called "HELLO". Then when I execute
> "modify column hello", the case of the column becomes "hello". This will
> cause perl scripts that use $sth->fetchrow_hashref to fail.

You could, of course, use $dbh->{FetchHashKeyName} = 'NAME_lc';
these days.

Tim.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to