Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Frédéric Peters / Frédéric Peters (External User)
Created: 03/09/2016
Components: Language, Application Framework
Versions: 2016
Failure Type: Unspecified
Found In Build/Fixed In Build: Beta2_v12 /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Win All
Vote Count: 0
Duplicate ID: CF-4105928
Problem Description: Space ignored
Steps to Reproduce:
<cfquery datasource="#application.datasource#" name="Q1">
SELECT itemID
FROM products
WHERE itemID = "224867"
</cfquery>
<cfoutput query="Q1">
<cfquery datasource="#application.datasource#" name="q2">
SELECT itemID, titre
FROM Products
WHERE itemID = #itemId#
</cfquery>
#q2.itemID# #q2.titre#<br />
</cfoutput>
There is a space between the itemID and the title product but
when outputed the space is not there
Actual Result: 224867lot de cadres
Expected Result: 224867 lot de cadres
Any Workarounds: Force a space with
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4126426
External Customer Info:
External Company:
External Customer Name: Frédéric Peters
External Customer Email: frederic.peters@outlook.com
External Test Config: Friendly Name: Win2008R2 Apache 2.2.21
Device Type: Server
Manufacturer/Brand: Supermicro
Model: unknown
Memory (ROM): 4
Operating System (if known): Windows 2008 R2 64 bits
Attachments:
Comments: