michaeljinxq opened a new issue #2211: mysql insert decimal error
URL: https://github.com/apache/incubator-shardingsphere/issues/2211
 
 
   sharding proxy version
   
https://dist.apache.org/repos/dist/dev/incubator/shardingsphere/4.0.0-RC1/apache-shardingsphere-incubating-4.0.0-RC1-sharding-proxy-bin.tar.gz
   
   (1)
   create table tbname1 (id int primary key,key_price decimal(16,2) DEFAULT 
NULL);
   
   (2)
   mysql> INSERT INTO tbname1 VALUES (1,13.00);
   ERROR 10002 (C1000): 2Unknown exception: [For input string: "13.00"]
   
   thanks

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to