Title:
CFDBINFO type="columns" claims table does not exist in an Oracle 11g db if table name has an underscore in it
| View in TrackerStatus/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): Jack Drysdale Jr / Jack Drysdale Jr (Jack Drysdale Jr)
Created: 03/08/2016
Components: Database
Versions: 10.0
Failure Type: Usability Issue
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Win 2008 Server
Vote Count: 0
Problem Description: CFDBINFO type="columns" claims table does not exist in an Oracle 11g db if table name has an underscore in it
Steps to Reproduce:
1. Create two tables in Oracle 11g; name one "FCOMMENTS" and the other "F_COMMENTS"; give each the same columns/datatypes.
2. Create a .cfm page with the following:
<cftry>
<cfdbinfo type="columns" table="FCOMMENTS" datasource="foo" name="noUnderscore" />
<cfdbinfo type="columns" table="F_COMMENTS" datasource="foo" name="withUnderscore" />
<cfdump var="#noUnderscore#" />
<cfdump var="#withUnderscore#" />
<cfcatch>
<cfdump var="#cfcatch#" />
</cfcatch>
</cftry>
3. Open page in a browser.
Actual Result: The noUnderscore dump will appear followed by the CFCATCH dump indicating that the table "F_COMMENTS" does not exist.
Expected Result: Both "noUnderscore" and "withUnderscore" dumps display.
Any Workarounds: None, as of this moment.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4126114
External Customer Info:
External Company:
External Customer Name: Jack Drysdale Jr
External Customer Email:
External Test Config: My Hardware and Environment details: Windows Server 2008; CF10, 283111; Java 1.7.0_15.
Attachments:
Comments: