Skip Menu |

This queue is for tickets about the DBD-mysql CPAN distribution.

Report information
The Basics
Id: 4084
Status: rejected
Priority: 0/
Queue: DBD-mysql

People
Owner: Nobody in particular
Requestors: schwern [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 2.9002
Fixed in: (no value)



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.
this code has been depricated (old driver emulation code that mysql.t tests)