To help with #642 and beyond (check all possible duplication mistakes in the column objects known to PRC's GenQuery1 machinery) we need to
- build a complete list of all columns enumerated by GenQuery DB model classes in
irods.models (so irods.models.ModelBase should contain an intermediate list of (numeric_key, column) tuples to preserve information against any potential collapsing from repeated references to any given numeric_key that would result from keeping these in dict form during the DB model classes' compilation phase)
- write a test to check these against
rodsGenQuery.h