You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: