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 2021/09/19 12:06:17 UTC

[GitHub] [shardingsphere] zjcnb commented on issue #12532: Throw Exception ResultSet should call next or has no more data when Insert record.

zjcnb commented on issue #12532:
URL: https://github.com/apache/shardingsphere/issues/12532#issuecomment-922463103


   Hi,  i found my sql have a mistakes, like this :
   
   ```
   insert into t_user (id, `name`, sharding_key) value (#{id}, #{name}, #{shardingKey})
   ```
   i change it to:
   
   ```
   insert into t_user (`name`, sharding_key) value (#{name}, #{shardingKey})
   ```
   
   So, i think this issue is invalid. i will close it.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org