Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.0
-
None
Description
When caching is enabled, a cached array expression using an integer literal will fail at evaluation, the integer literal throwing an exception trying to coerce a ListGetExecutor to Integer.
Sole workaround is to disable cache entirely which is not always possible; critical!