Status/Resolution/Reason: Closed/Won't Fix/
Reporter/Name(from Bugbase): Kyle DeBoth / Kyle DeBoth (Kyle DeBoth)
Created: 09/11/2015
Components: Language
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / Few users will encounter
Locale/System: English / Windows 7 64-bit
Vote Count: 7
Problem Description:
When using count (*) in cfquery, if the number of rows in the query result is 0, a empty query result is returned. This is in contrast to the way that a database would handle this (returning 0). Cfquery should be consistent with sql databases such as Oracle, SQL Server, and DB2.
Steps to Reproduce:
Use cfquery for a query of queries to return a count and write a query that will return zero rows.
Actual Result:
Nothing is returned.
Expected Result:
Returns 0.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4054576
External Customer Info:
External Company:
External Customer Name: Kyle DeBoth
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: