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
Currently options can be passed to exec and stream by calling the methods w/ an options object as the first parameter in the call signature (the docs are not very clear on this); e.g.
However; this is not implemented for forEach (my oversight); I'll add the same functionality to eachRow s.t. you can pass options via forEach(options, rowCb, errorCB).
CQL driver supports an options parameter (http://docs.datastax.com/en/developer/nodejs-driver/2.1/nodejs-driver/reference/paging.html) that is foundamental for:
Currently cassanknex only allows me only to fetch the first 5000 rows and then I don't know how to get the next rows.
It would be great to have the possibility to specify the options, maybe following the fluent interface approach:
The text was updated successfully, but these errors were encountered: