Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Kevin Krzyzanski / Kevin Krzyzanski ()
Created: 03/22/2017
Versions: 2016,11.0
Failure Type: Others
Found In Build/Fixed In Build: 2016,0,03,300466 / 303781
Priority/Frequency: Normal /
Locale/System: / Windows 10 64 bit
Vote Count: 0
Problem Description:
Although CFQUERY and CFINSERT no longer require DATASOURCE to be defined, if it was defined in application.cfc, CFUPDATE still does.
Steps to Reproduce:
Define a datasource in application.cfc. Attempt to use CFUPDATE without the datasource parameter to submit form changes.
Actual Result:
Error.
Expected Result:
No Error.
Any Workarounds:
Rewrite. Submit SQL Update statement with CFQUERY.
Attachments:
Comments: