Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.2
-
None
Description
The various get_*_info() subroutines in utils.pm are not consistent in how they query or return data. Some return hashes. Some return hash references. It will also be beneficial to improve the queries to convert WHERE conditions to JOIN where possible. This will allow a query to succeed even if pieces of the data that used to be in the WHERE condition are null.