gaodesen163 opened a new issue #2907: mysql insert decimal 'null' error
URL: https://github.com/apache/incubator-shardingsphere/issues/2907
 
 
   
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 t_test1(id int primary key,amount decimal(16,2));
   
   (2)
   [SQL]insert into t_test1(id,amount) VALUES(1212,null)
   
   [Err] 10002 - 2Unknown exception: [java.sql.SQLException: Incorrect decimal 
value: 'null' for column 'amount' at row 1]
   
   
   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