tabix icon indicating copy to clipboard operation
tabix copied to clipboard

Decimal128 rounding on UI

Open artyomkorzun opened this issue 6 years ago • 0 comments

Hello,

I have a decimal128(12) column in ClickHouse database.

When I select a row I see the resulting value is rounded.

The server response:

{
	"meta":
	[
		{
			"name": "value",
			"type": "Decimal(38, 12)"
		}
	],

	"data":
	[
		{
			"value": 85406789331232589.043243275500
		}
	],
       ...
}

UI shows: 85406789331232590

Do you plan to improve this part to show the exact value instead of the rounded one?

Thank you.

artyomkorzun avatar Nov 26 '18 10:11 artyomkorzun