Konstantin V. Salikhov
Konstantin V. Salikhov
Thanks! I've tested `15.0.0-preA` and it apparently works, there's no error anymore and cancellation reason seems to be propagated properly. Is it safe to use this "preA" version or should...
@getify 15.0.0-preB seems to be working properly too in my environment, just as preA one was
For a context: The PR where reason was introduced https://github.com/whatwg/dom/pull/1027 Corresponding Chromium issue https://bugs.chromium.org/p/chromium/issues/detail?id=1263410
Hey, thanks for your interest! Personally I have a little time to do the coding nowadays, but I'll gladly accept any useful pull request, so feel free to add it
Hello, I guess you could try to do so using https://docs.rs/crate/arrow/0.16.0 crate and this example https://github.com/Koka/odbc-rs/blob/master/examples/custom_get_data.rs
Hello, thanks for your question. This needs more deep investigation because it's highly dependent on ODBC driver manager and driver itself whether it's safe to use things concurrently or not....
Would gladly merge PR implementing the @pacman82 idea.
I have no free time now, but I'll gladly accept pull request on this subject
NB: As a part of this fix we need to update odbc-sys to v 0.6.0 at least
There is [https://github.com/rust-lang/rust/issues/44109](https://github.com/rust-lang/rust/issues/44109) which is not implemented yet, but seems to be able to fix this problem