DefinitelyTyped/types/cassandra-driver
Steven Bell 307c2e4e4e
Fix return values of rethrowResult and retryResult
Bug: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/33242

To make the type definition consistent with both the implementation and api docs as indicated in the bug, we are updating the return values of `rethrowResult` and `retryResult` to return a `DecisionInfo` object.

Additionally the `DecisionInfo` object will have it's `consistency` field made optional and a new optional field of `useCurrentHost` is added.
2019-02-21 13:02:13 -08:00
..
cassandra-driver-tests.ts Updated and extended tests after changes 2019-02-05 23:07:16 +01:00
index.d.ts Fix return values of rethrowResult and retryResult 2019-02-21 13:02:13 -08:00
tsconfig.json
tslint.json