Taylan Kammer
Taylan Kammer
Upon further inspection, I think it's neither a deadlock nor waiting for another query. The finalizer of `JtdsStatement` calls `close()` on itself. The `close()` implementation calls `reset()` which calls `closeAllResultSets()`...
Here's another update. Sorry about the mess. Comes out that `JtdsStatement.cancel()` works perfectly fine, and my code just wasn't calling it properly. This means the only real issue is that...
I think this is a great idea, but since bytestructures itself doesn't have a concept of functions, I wonder how you intend to add this? If it's going to be...
Sorry for not answering, I somehow missed this. Feel free to make a pull request.
Thanks a lot! I'll see that I incorporate this into the library when I find the time. Leaving the Issue open as a reminder to myself.
This is very difficult, since the bytevector API doesn't have a thing such as open-ended/variable-length byte vectors; one needs to define a bytevector of a given size before accessing the...
Difficult. I would urge users to just use singletons for the time being, though I hope I'll come up with a good solution in the future. Recent changes already added...