rust-oracle
rust-oracle copied to clipboard
Request cancellation
Hey, sometimes requests to my db take quite a long time, I'd like to be able to drop the connection and cancel all the requests that are going on somehow - could I do this? great job on this crate btw, it works like a charm, cheers
How about Connection::set_call_timeout or Connection::break_execution?