Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): matt wilde / matt wilde ()
Created: 03/04/2017
Components: Database, Query-of-Query(IMQ)
Versions: 2016
Failure Type: Non Functioning
Found In Build/Fixed In Build: Latest Build / 302165
Priority/Frequency: Normal / Most users will encounter
Locale/System: English / Win 2012 Server x64
Vote Count: 1
Problem Description: After building a query and running QueryMap or it's member function on this query, it can no longer undergo a Query of Queries without throwing an ArrayOutOfBounds Exception. The reverse order works. QoQ can be run before a QueryMap.
Steps to Reproduce: Make a Query Object. Run QueryMap on the object. Run a Query of Queries on the object.
Actual Result: ArrayIndexOutOfBoundsException
Expected Result: Query Object
Any Workarounds: Loop through the query instead of mapping over it.
Attachments:
- March 04, 2017 00:00:00: queryMapTest.cfm
Comments: