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 2d84a90 commit a2c068dCopy full SHA for a2c068d
README.md
@@ -193,7 +193,7 @@ ingestion workload.
193
QuestDB server version 9.2.0 and newer supports decimal columns with arbitrary precision and scale.
194
The Go client converts supported decimal values to QuestDB's text/binary wire format automatically:
195
196
-- `DecimalColumn`: `questdb.ScaledDecimal`, including helpers like `questdb.NewDecimalFromInt64` and `questdb.NewDecimal`.
+- `DecimalColumn`: `questdb.Decimal`, including helpers like `questdb.NewDecimalFromInt64` and `questdb.NewDecimal`.
197
- `DecimalColumnShopspring`: `github.com/shopspring/decimal.Decimal` values or pointers.
198
- `DecimalColumnFromString`: `string` literals representing decimal values (validated at runtime).
199
0 commit comments