Open unlucio opened 6 years ago
ok, seems like this might be the answer to my questions https://github.com/brianc/node-pg-cursor/blob/master/index.js#L138 :/ 🤷♂️
I assume no one else is interested in a redshift support?
@unlucio did you see #14? PR #44 might solve your problem.
Hi,
It's any of the maintainers planning to merge PR #44? I also tested locally and the new changes from #44 seems to fix the Streaming issues.
Hello, I was trying to use this against a redshift instance with the following test script:
and behold of the result:
So here's what's confusing me:
Got results: 1000
I guess Redshift might not be playing ball?Got results: 1000
if I'm asking to read 100 items? I tried removing theLIMIT 1000
as well but there was no change.I haven't got any time yet to read
node-pg-cursor
yet so I def might be miss-understanding something, so apologie for something I might have missed.