Skip to content

Support for the DECIMAL type

Latest

Choose a tag to compare

@glasstiger glasstiger released this 13 Nov 20:24

Release Overview

This release adds full support for the DECIMAL data type, aligning the client library with the QuestDB 9.2.0 server update.

DECIMAL Support

With QuestDB 9.2.0 introducing the new DECIMAL data type, this release extends the client API to enable seamless ingestion and handling of decimal values.
The updated API supports DECIMAL values provided as string, number, BigInt or Int8Array with a scale, and supports ingestion in both text and binary forms.

For detailed usage examples, refer to the updated API documentation.

Compatibility

This version remains fully backwards compatible.
However, the new DECIMAL functionality requires a server that supports protocol v3 — available in QuestDB 9.2.0 or later.