Adam Tuttle
Adam Tuttle
Lucee 6 - queryToStruct is now a reserved word as it's a built in function, with different arguments
This is kind of what I was thinking: ```cfml ... return qToStruct(...); ```
Lucee 6 - queryToStruct is now a reserved word as it's a built in function, with different arguments
@tomchiverton I've created a branch that I'm hoping fixes the problem. Please give it a try: https://github.com/atuttle/Taffy/tree/feat/qToStruct It does the following: 1. Rename the taffy-implementation of `queryToStruct` to `qToStruct` 2....
Lucee 6 - queryToStruct is now a reserved word as it's a built in function, with different arguments
@tomchiverton were you able to try out my branch?
Lucee 6 - queryToStruct is now a reserved word as it's a built in function, with different arguments
Finally released Taffy v3.7.0 today with this change.
If you want to rename them all to remove the colons, be my guest. :)
Yeah, probably. :(
Yes, backwards compatibility is still desired.