Skip Menu |

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

Report information
The Basics
Id: 3685
Status: resolved
Priority: 0/
Queue: Class-DBI-mysql

People
Owner: Nobody in particular
Requestors: tshinnic [...] io.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.17
Fixed in: 0.19



Subject: [minor] use of Columns={} superfluous
Line 60 has code including "->selectall_arrayref("DESCRIBE $table", {Columns=>{}});" My reading of DBI indicates that this %attr specification has no effect. There are references in DBI docs/source to a use of {Columns=[2,3]}, but a Columns=hashref will simply be ignored. Perhaps this was something needed previously?
Show quoted text
> Line 60 has code including "->selectall_arrayref("DESCRIBE $table", > {Columns=>{}});" My reading of DBI indicates that this %attr > specification has no effect. There are references in DBI > docs/source to a use of {Columns=[2,3]}, but a Columns=hashref will > simply be ignored. Perhaps this was something needed previously?
This approach is no longer used in the latest version, so I've marked this as closed. Thanks, Tony