tracker issue : CF-3738230

select a category, or use search below
(searches all categories and all time range)
Title:

cfdump, top, and arrays

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Raymond Camden / Raymond Camden (Raymond Camden)

Created: 04/07/2014

Components: Debugging

Versions: 11.0

Failure Type: Cosmetic Issue

Found In Build/Fixed In Build: PublicBeta /

Priority/Frequency: Minor / Some users will encounter

Locale/System: English / Platforms All

Vote Count: 2

Listed in the version 11.0.03.292480 Issues Fixed doc
When you cfdump a query and use top=X, the dump nicely tells you it filtered: 

[Filtered - Top 1 of 2 rows]

When you do the same w/ an array, it does not, and should.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3738230

External Customer Info:
External Company:  
External Customer Name: cfjedimaster
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments:

+1. UI should be uniform. If TOP is specified, there should be some indication in the output (all formats). -- Adam
Vote by External U.
12818 | April 08, 2014 03:03:02 AM GMT
+1 //////////////////////////////////////////
Vote by External U.
12819 | April 08, 2014 08:52:32 AM GMT
Can you pls open source the code for dump.cfm whislt you're about it? -- Adam
Comment by External U.
12816 | April 08, 2014 09:00:46 AM GMT
Hi all, I've verified this is fixed in CF11 Update 3. Verified w/: <cfdump var="#[1,2,3]#" top="2"> <cfset writeDump(var=[1,2,3], top=2)> Thanks!, -Aaron
Comment by External U.
12817 | November 03, 2014 08:58:02 AM GMT