Antero Ortiz
Antero Ortiz
Lucee 6 - queryToStruct is now a reserved word as it's a built in function, with different arguments
Hi @atuttle . For context, 3.6.0 works for me. Lucee 6.1.1.118. With 3.7.0... 1. The queryToArray in resource.cfc has a returntype="struct". Should be "array". https://github.com/atuttle/Taffy/blob/9ee81b16c888e73ce34ef9c9e80ea606ff7607eb/core/resource.cfc#L84 Otherwise it throws an error:...
Lucee 6 - queryToStruct is now a reserved word as it's a built in function, with different arguments
Some additional findings for Issue 2. It does not like these lines at all. Even if comment out the function inside of that check, having those lines causes the second...
Lucee 6 - queryToStruct is now a reserved word as it's a built in function, with different arguments
Ok. I did a clean install of Lucee and it seems to be working ok besides Issue 1 which is that the returntype="struct" should be "array". Thanks
Lucee 6 - queryToStruct is now a reserved word as it's a built in function, with different arguments
Final update: Issue 2 is back. I'd stick to 3.6.0 for now