-
Notifications
You must be signed in to change notification settings - Fork 11
feat: support for DECIMAL type #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@CodeRabbit review |
…o support null and undefined values
|
|
DECIMAL type
DECIMAL type|
this one is a server side issue, so just a note that error message is a bit cryptic when using higher scale than the type allows. no mentions of incorrect scale. |
Fixed in 0445cdb
Good point, questdb/questdb#6387 should fix this |
This PR adds decimal support.
This is a tandem pr for:
Usage
Textual representation
Binary representation
It is recommended to use the binary representation for better ingestion performance and reduced payload size (for bigger decimals).
Progress