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/05/11 03:03:04 UTC

[GitHub] [shardingsphere] KolorYan commented on issue #7998: "No value specified for parameter" On INSERT

KolorYan commented on issue #7998:
URL: https://github.com/apache/shardingsphere/issues/7998#issuecomment-837699596


   has this issue fixed?
   I had the same problem for sql with password function :
   
   INSERT INTO xxx (create_time, modify_time, is_deleted, 
         supplier_name, route_id, status, account, password,
         contacts, phone, email, app_id, app_secret, channel_types, switch_status,
         def_channel_type, api_type, supplier_type, sync_type_id)
       VALUES (NOW(), NOW(), #{isDeleted,jdbcType=TINYINT},
         #{supplierName,jdbcType=VARCHAR}, #{routeId,jdbcType=BIGINT}, #{status},
         #{account}, password(#{password}), #{contacts}, #{phone},
         #{email}, #{appId}, #{appSecret}, #{channelTypes}, #{switchStatus},
         #{defChannelType}, #{apiType}, #{supplierType}, #{syncTypeId})
   


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