-
Notifications
You must be signed in to change notification settings - Fork 435
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
doneProc always returns false. #323
Comments
Actually I should be looking and doneInProc but it has the opposite problem. It always returns true even after the last recordset is complete
|
I am seeing this as well. |
Can you do me a favor and see whether this is already the case on 1.11.5? |
Same behavior in both. ##1.11.5## |
This might be an error in the documentation of tedious, but this works as intended. From the
From all the example logs that you guys posted, this fits exactly. Tedious does no reprocessing of this flag, it's just handing over whatever the server is sending. |
Ok. But here is use case I need advice on how to solve.
|
Hey @donniev, Can you provide a code sample that shows what you're trying to do? Because right now, I'm a bit unsure what you're really trying to accomplish. Thanks! |
Maybe I can explain it in words easier. Can I be assured of that? If so then there is really no issue because I really don't care then about anything until done event. |
I have a stored procedure call which returns two record sets.
The doneProc event fires twice but in both cases the value of "more" is false.
The metadata event is fired twice and retruns different data so I am
sure I am getting both record sets.
Any ideas v 1.12.3
The text was updated successfully, but these errors were encountered: