-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Streaming Api Changes #39
Comments
Currently, the I propose the following stream pipe:
ResultEmitter emits the following events:
|
Now, the Protocol, Parser and ResultEmitter work like explained above. |
great work! |
- Used readableState.reading flag for the ResultStream - Test ResultStream in object mode - Added unit test for connection.stream
- set parser options only when the ExecuteWriter is being used
- Added more test for client.stream - Bumped version to 0.4
Implemented on master branch. |
You are very welcome. |
(coming from #37)
Create a new method:
Returns a readable stream2 that emits row objects.
This would probably require a change in how the internal transform streams work.
Rename the method streamRows to eachRow
To avoid confusion with the previous one.
The text was updated successfully, but these errors were encountered: