bug:A table of type DECIMAL, inserting a maximum value, displayed as 0 #103
Labels
A-bug
Something isn't working
A-feature
feature with good idea
B-storage
data type, data storage, insert,update,delete, transactions
C-stonedb-5.7
associated with stonedb 5.7
prio: high
High priority
Milestone
Describe the problem
A table of type DECIMAL, inserting a maximum value, displayed as 0
Expected behavior
The expected values are 9999999999999999999999999999.9999999999、-9999999999999999999999999999.9999999999
How To Reproduce
Execute to create tables of type DECIMAL
Perform the maximum value of the insert DECIMAL (38,10) type.
Perform insert minimum values of type DECIMAL (38,10)
Environment
Ubuntu 20.04.4 LTS
Server version: 5.6.24-StoneDB
Additional context
none
The text was updated successfully, but these errors were encountered: