Fixed
Details
Details
Assignee
Igal Sapir
Igal SapirReporter
Imported User 120
Imported User 120Priority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 27 March 2015 at 15:34
Updated 7 November 2016 at 02:01
Resolved 7 November 2016 at 02:01
This appears to be the same issue as RAILO-2019.
Using the postgreSQL driver provided with Lucee, adding the "result" attribute to a cfquery — and any query in cfscript — causes a "syntax error at or near 'RETURNING' Position: 26" error.
Apparently, cfscript uses the "result" attribute for all queries (Base.cfc, line 156).
Downgrading to the 8.3-607_JDBC_4 jar resolves the issue.