vinceLin054 commented on issue #7118:
URL: https://github.com/apache/shardingsphere/issues/7118#issuecomment-683239661


   Original sql:
   `INSERT INTO
    uc_users
   (username, connection_id, email, phone_number, address)
    VALUES
   (#{username}, #{connectionId}, #{email},#{phoneNumber}, 
${@com.alibaba.fastjson.JSON@toJSONString(address)address})
   
   This exception happened before actual sql generate.
   


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


Reply via email to