[GitHub] incubator-trafficcontrol issue #392: Change TO monitoring.json to raw SQL

2017-03-22 Thread rob05c
Github user rob05c commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/392 @PSUdaemon Done. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled an

[GitHub] incubator-trafficcontrol issue #392: Change TO monitoring.json to raw SQL

2017-03-21 Thread PSUdaemon
Github user PSUdaemon commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/392 I think if you use http://search.cpan.org/~timb/DBI-1.636/DBI.pm#fetchrow_hashref and alias the columns in the query, you will get a $row that you can push right to the array. -