Skip to content

Commit a2c068d

Browse files
committed
refactor: update decimal column type from ScaledDecimal to Decimal for consistency
1 parent 2d84a90 commit a2c068d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ ingestion workload.
193193
QuestDB server version 9.2.0 and newer supports decimal columns with arbitrary precision and scale.
194194
The Go client converts supported decimal values to QuestDB's text/binary wire format automatically:
195195

196-
- `DecimalColumn`: `questdb.ScaledDecimal`, including helpers like `questdb.NewDecimalFromInt64` and `questdb.NewDecimal`.
196+
- `DecimalColumn`: `questdb.Decimal`, including helpers like `questdb.NewDecimalFromInt64` and `questdb.NewDecimal`.
197197
- `DecimalColumnShopspring`: `github.com/shopspring/decimal.Decimal` values or pointers.
198198
- `DecimalColumnFromString`: `string` literals representing decimal values (validated at runtime).
199199

0 commit comments

Comments
 (0)