Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Abandoned
-
2.1.0
-
None
-
None
Description
When comparing large result sets the TDML runner can overflow the stack.
This happens even when the data being compared is just a long flat list.
Change this to iterative behavior so that it doesn't recursively build up stack.