K2InformaticsGmbH / erloci

Erlang Oracle native driver - DEPRECATED, see https://github.com/K2InformaticsGmbH/oranif instead
Apache License 2.0
37 stars 11 forks source link

Add support to cancel long running statements. #43

Open acautin opened 7 years ago

acautin commented 7 years ago

For example if we run the query:

select
      count(*) 
  from
    contract a
    ,
    contract b
    ,
    contract c

There is no way to cancel it without waiting for the result of it. related to https://github.com/K2InformaticsGmbH/dderl/issues/402