##
ARRAY(0x6fa930)
####
now it is displaying a hash. To elaborate I am trying to get
data back from database it's a simple query which returns
mysql> select count(*) from bugs where product_id = 19 and component_id = 271 and bug_status='RESOLVED';
+----------+
| count(*) |
+----------+
| 2957 |
+----------+