cloudspannerecosystem / spanner-dump

Command line tool for exporting a Cloud Spanner database in text format
Apache License 2.0
39 stars 13 forks source link

Fix decoder to support special non-numeric values #5

Closed apstndb closed 4 years ago

apstndb commented 4 years ago

Fix nullFloat64ToString to support special non-numeric values(NaN, Inf, -Inf). close #4

apstndb commented 4 years ago

OK, I will test that and merge to this PR if appropriate.