Status/Resolution/Reason: To Fix//
Reporter/Name(from Bugbase): Adam Tuttle / Adam Tuttle (Adam Tuttle)
Created: 12/03/2014
Versions: 11.0
Failure Type: Usability Issue
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / All users will encounter
Locale/System: ALL / Platforms All
Vote Count: 7
If you want to dump an array of ORM entities to verify that it contains the entities you're expecting, and it might contain 15 items, you need to set top=15 to allow all 15 to display; however top is also used for ORM relationship depth, which will quickly result in OOM errors and requests that take WAY too long to respond if you set it to 15.
The TOP attribute should be split into two: MAXROWS and MAXDEPTH, or TOP and DEPTH, or something like that.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3861751
External Customer Info:
External Company:
External Customer Name: Adam Tuttle
External Customer Email:
External Test Config: My Hardware and Environment details:
N/A
Attachments:
Comments: