Skip to content

Commit

Permalink
fix(spanner): add missing NUMERIC type to the doc for Row (#4116)
Browse files Browse the repository at this point in the history
Co-authored-by: Hengfeng Li <hengfeng@google.com>
  • Loading branch information
yfuruyama and hengfengli committed Jun 2, 2021
1 parent e935345 commit 9a3b416
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spanner/row.go
Expand Up @@ -58,6 +58,8 @@ import (
// *[]bool, *[]NullBool - BOOL ARRAY
// *float64(not NULL), *NullFloat64 - FLOAT64
// *[]float64, *[]NullFloat64 - FLOAT64 ARRAY
// *big.Rat(not NULL), *NullNumeric - NUMERIC
// *[]big.Rat, *[]NullNumeric - NUMERIC ARRAY
// *time.Time(not NULL), *NullTime - TIMESTAMP
// *[]time.Time, *[]NullTime - TIMESTAMP ARRAY
// *Date(not NULL), *NullDate - DATE
Expand Down

0 comments on commit 9a3b416

Please sign in to comment.