-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
Description
PR #58 proposed a nice idea to return a result set with the actual rows array. My idea is to reimplement it in CoffeeScript to return an array object with both array index access and items()
member function.
I also got an idea from a customer to support the standard Array.prototype.map() function.