Status/Resolution/Reason: To Track//PRNeedInfo
Reporter/Name(from Bugbase): Travis W. / ()
Created: 02/24/2019
Components: Database, CFDBINFO
Versions: 2016
Failure Type: Incorrectly functioning
Found In Build/Fixed In Build: CF 2016 /
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Win 2012 Server x64
Vote Count: 0
Problem Description:
I have tried to replicate this issue with Oracle and MariaDB database types. I have not tried with other database types.
I have a simple function:
<cffunction name="getDBTableColumns" output="false" access="public" returntype="query">
<cfargument name="table" type="string" required="true" />
<cfdbinfo type="Columns" table="#arguments.table#" name="result" datasource="#variables.dsnName#">
<cfreturn result/>
</cffunction>
Table 'mariadbtest.all_plugins' doesn't exist
Table ALL_IND_EXPRESSIONS does not exist.
Steps to Reproduce:
See above
Actual Result:
Error Occurs
Expected Result:
Should be able to see column names for these tables as they do return when I get a table list using cfdbinfo
Any Workarounds:
No
Attachments:
Comments: