RE: dbi selectall_hashref drops results

2015-05-15 Thread Kyle A. Hamilton
] Sent: Friday, May 15, 2015 10:13 AM To: Kyle A. Hamilton; 'dbi-users@perl.org' Subject: Re: dbi selectall_hashref drops results On 15/05/15 15:56, Kyle A. Hamilton wrote: I ran into an issue where dbi’s selectall_hashref will drop results returned from the database. If I change the query

Re: dbi selectall_hashref drops results

2015-05-15 Thread Martin J. Evans
On 15/05/15 15:56, Kyle A. Hamilton wrote: I ran into an issue where dbi’s selectall_hashref will drop results returned from the database. If I change the query to count the number of results returned, it returns 96, but I am missing some records that I get when I manually query the database. If

dbi selectall_hashref drops results

2015-05-15 Thread Kyle A. Hamilton
I ran into an issue where dbi’s selectall_hashref will drop results returned from the database. If I change the query to count the number of results returned, it returns 96, but I am missing some records that I get when I manually query the database. If I use selectall_array ref and loop