Taffy icon indicating copy to clipboard operation
Taffy copied to clipboard

This example for the callback function argument to queryToArray() is outdated

Open atuttle opened this issue 9 years ago • 0 comments

Outdated example: https://github.com/atuttle/Taffy/blob/master/examples/api_callback/resources/dateCollectionCallback.cfc

This example is written as if the callback function is called on each column of each row of the source query individually, which is no longer true. To be honest, I'm not sure if it ever was! 😉

Please read the documentation for queryToArray and update the example code accordingly.

atuttle avatar May 25 '16 00:05 atuttle