You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/09/27 07:31:16 UTC

[GitHub] [incubator-shardingsphere] niuniu9631 opened a new issue #3136: java.sql.SQLException: No value specified for parameter

niuniu9631 opened a new issue #3136: java.sql.SQLException: No value specified for parameter
URL: https://github.com/apache/incubator-shardingsphere/issues/3136
 
 
   version:shardingJDBC(4.0.0-RC2)  
   execute SQL with function(UNIX_TIMESTAMP) 
   insert into tb_user (id, name, add_time_unix)  values (?, ?,UNIX_TIMESTAMP(?));
   java.sql.SQLException: No value specified for parameter 3
   set sql.show configuration is true. I see the Actual SQL 
   insert into tb_user (id, login_name, add_time_unix)  values (?, ?);

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services