Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Anthony Siciliano / Anthony Siciliano (Anthony Siciliano)
Created: 12/16/2015
Components: Database
Versions: 11.0
Failure Type: Data Corruption
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Critical / All users will encounter
Locale/System: English / Win 2008 Server x64
Vote Count: 0
Duplicate ID:	CF-4043047
Problem Description:  Change in results from cf9 to cf11
<!--- char field selection --->
<cfquery name="test1" datasource="any">
    select 
        CAST('HS' as char(4)) as locationID
</cfquery>
<cfdump var="#test1#">
<hr>the following will return results in CF9, but not CF11<hr>
<cfquery name="queryOfTest1" dbtype="query">
    select locationID
    from test1
    where locationID = 'HS'
</cfquery>
<cfdump var="#queryOfTest1#">
is there a configuration option to change back to CF9 char field behavior
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID:	4100830
External Customer Info:
External Company:  
External Customer Name: Anthony Siciliano
External Customer Email:  
External Test Config: My Hardware and Environment details:Attachments:
Comments: