Re: Issues with selectall_arrayref and perl 5.14

2012-06-01 Thread Mike Martin
Hi is anyone aware of any issues with DBD/DBI and perl 5.14.2? I have the following code (from memory) my $freqs=$dbh->selectall_hashref("select frequency,tsid,bandwidth from freqs","frequency"); Which in 5.14.1 gave me a hash of hashes , however in 5.14.2 and associated updates with fedora 17 (

Issues with selectall_arrayref and perl 5.14

2012-06-01 Thread Mike Martin
Hi is anyone aware of any issues with DBD/DBI and perl 5.14.2? I have the following code (from memory) my $freqs=$dbh->selectall_hashref("select frequency,tsid,bandwidth from freqs","frequency"); Which in 5.14.1 gave me a hash of hashes , however in 5.14.2 and associated updates with fedora 17 (