Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixes the bug that `libdatawarehouse.data_api.wait_for_results` did not time out. It now monitors the elapsed time rather than the loop count. It also takes a new parameter `cancel_at_timeout` that makes the function cancel the statement when it times out. It is `True` by default. issue codemonger-io#30
- Loading branch information