kokizzu / plv8js

Automatically exported from code.google.com/p/plv8js
Other
0 stars 0 forks source link

Fetch N #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Implement cursor.fetch(N)
The function currently returns object representing a row, but it would be 
possible to return array of objects if N is supplied regardless if it's 1 or 
not.
A negative N should mean backward scan.

Original issue reported on code.google.com by umi.tan...@gmail.com on 12 Apr 2013 at 6:43

GoogleCodeExporter commented 9 years ago

Original comment by umi.tan...@gmail.com on 29 Apr 2013 at 9:10