We are converting our servers from Adobe CF2018 to...
# lucee
m
We are converting our servers from Adobe CF2018 to Lucee. I think we have run into this bug https://luceeserver.atlassian.net/browse/LDEV-1059 Is there any plan to fix this. It seems like this affects more than just functions. Any column in the query is available inside cfcs and functions called inside a query loop.
s
idk how much use
queryNew()
gets, which I suspect is why there hasn't been much activity on that ticket
m
I doesn't have to use queryNew. It can be an actual query also. That is just the example they used.
s
Oh. Yeah that's no good then
That example seems a little weird too, but it works the same on ACF and Lucee. Values in the variables scope are not available inside the function, but values from the query columns are.
Actually nevermind. I think that was just something odd with trycf.com
In the second example both values exist.