Subject: | table() method returning differently cased |
This is a stock 5.6.0 on OS X 10.2.8 using HFS+ (a case-insensitive filesystem) and MySQL installed from fink (3.23.56).
t/mysql.t is failing because $sth_query->table() is returning the table names in all caps and $sth_listf->table() is returning the table names in lowercase. The table files are lowercase on disk.