Cannot Reproduce
Details
Assignee
Michael OffnerMichael OffnerReporter
Arowolo AbiodunArowolo AbiodunPriority
MajorNew 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
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Arowolo Abiodun
Arowolo AbiodunPriority
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 7 May 2019 at 22:08
Updated 23 May 2019 at 06:42
Resolved 23 May 2019 at 06:42
Running the code below
<cfquery name="db" cachedWithin="#createTimespan(0, 6, 0, 0)#"> SELECT * from user </cfquery> <cfdump var="#db#"/>
Always produce the attached, the record is not cached (I ran the code more than once).