Skip to content
  • Joe Atzberger's avatar
    Bug 2900: fix GetPendingIssues. · c70cd87d
    Joe Atzberger authored
    
    
    GetPendingIssues did several bad things:
    ~ select * on a 4 table join,
    ~ including multiple namespace collisions,
    ~ including large fields marc and marcxml from biblioitems,
    ~ return ($count, \@array_being_counted).
    
    Not everything is fixed here (see FIXMEs), but the situation is
    improved considerably, with bug 2900 resolved.  The "timestamp"
    namespace collision in query should be resolved by separate patch.
    
    Signed-off-by: default avatarGalen Charlton <galen.charlton@liblime.com>
    c70cd87d