michaeljinxq opened a new issue #2225: Can not execute DML in proxy where contain now() function URL: https://github.com/apache/incubator-shardingsphere/issues/2225 mysql> insert into my_orders(name,create_time,age,ttt,dc) values('ruiaylin1', '2019-04-16 18:00:00', null,now(), 14.56) ; ERROR 1292 (22001): Data truncation: Incorrect datetime value: 'now()' for column 'ttt' at row 1 Actual SQL: online_ds ::: insert into my_orders_201904 (name, create_time, age, ttt, dc) VALUES ('ruiaylin1', '2019-04-16 18:00:00', null, 'now()', 14.56) [INFO ] 09:42:23.927 [ShardingSphere-Command-1] ShardingSphere-SQL -
---------------------------------------------------------------- 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
