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?