Skip Menu |

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

Report information
The Basics
Id: 9375
Status: new
Priority: 0/
Queue: DBD-Excel

People
Owner: Nobody in particular
Requestors: william [...] knowmad.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.06
Fixed in: (no value)



Subject: Uppercase keys returned from selectrow_hashref
When calling selectrow_hashref simultaneously on one of my spreadsheets, the first call returns the fieldnames in the expected mixed-case format that I'm using. The second call, however, sets all of the fieldnames to uppercase. Is this a known bug? I could probably devise a test to demonstrate this phenomenon. Thanks, William
Further details on this problem: 1) I'm using Perl 5.8.6 on Debian Linux (kernel 2.4.26) 2) Although inefficient, closing and reopening the database between retrievals seems to eliminate the problem. William