I am writing an extension for internal use in my group. It takes some parameters and should return a table of DRs for the release we are working on. It queries our ClearQuest, and its all working great. However, when more than 606 (a common occurrence) rows are in the table no output is returned at all.
I write the table using wiki markup ( {|...|} ) and send that through to recursiveTagParse. I checked and recursiveTagParse is returning false. is have tried to gig a little bit, but can't find the reason it would return false instead of output.
I am assuming recursiveTagParse won't process large inputs. Does anyone know of some variable I can set to force recursiveTagParse to do it anyway?