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:
[email protected]


With regards,
Apache Git Services

Reply via email to