Bug #11332
SimpleResults.rows might store Object instead of Object[]
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
Related issues
History
#1 Updated by Alexandru Lungu 4 months ago
There is a bug in SimpleResults.rows so that the generic is bypassed forcefully somewhere so that a plain Object is stored inside it, instead of SimpleResults. This makes the get function double-check whether the row stores a DMO/PK or an array of DMO/PK. This is unnatural; removing the check should work, but it doesn't. Thus, the compile type type check is tricked.
#3 Updated by Teodor Gorghe 4 months ago
- Related to Bug #9383: Cache only the current delegate on transaction commit if a ProgressiveResults is used added