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 for fetch_rows(N, WaitTime) #64

Open acautin opened 5 years ago

acautin commented 5 years ago

In pipeline queries it would be nice to be able to tell the driver how long it should wait before returning with the rows it already has even if the count is less than N.

Ref: https://github.com/K2InformaticsGmbH/dderl/issues/541