DefinitelyTyped/types/cassandra-driver
Tarnay Kálmán 20640a50d6 [cassandra-driver] ResultSet.first can return null, add 3.5.0's noCompact, bump version (#29411)
this might be a build breaking change for some users of "first" in strict null checking mode, albeit one with an easy fix:
if you are sure that having zero returned rows is impossible, just add an exclamation mark to ignore the null check like this: r.first().!get(0) or just perform a proper check..
2018-10-09 11:41:30 -07:00
..
cassandra-driver-tests.ts
index.d.ts
tsconfig.json
tslint.json