We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c068d commit 6677246Copy full SHA for 6677246
sender.go
@@ -107,7 +107,7 @@ type LineSender interface {
107
// '-', '*' '%%', '~', or a non-printable char.
108
Float64Column(name string, val float64) LineSender
109
110
- // DecimalColumn adds a decimal column value to the ILP message.
+ // DecimalColumnFromString adds a decimal column value to the ILP message.
111
//
112
// Serializes the decimal value using the text representation.
113
0 commit comments