rqlite / gorqlite

A Go client for rqlite, the distributed database built on SQLite
MIT License
139 stars 34 forks source link

do not crash when no time returned in result #13

Closed EFX-PXT1 closed 3 years ago

EFX-PXT1 commented 3 years ago

currently client crashes unable to cast none existent float when time is not returned. protect against this scenario to prevent crash.