jiangyexin opened a new issue #3289: jdbcType=LONGVARCHAR insert into table fail URL: https://github.com/apache/incubator-shardingsphere/issues/3289 ## Bug Report Mybatis mapper has jdbcType=LONGVARCHAR field. After sharding, the String type data is processed into StringReader type data. StringReader does not implement serialization interface, which eventually leads to serialization exception and data insertion failure ### Which version of ShardingSphere did you use? 3.1.1 ### Which project did you use? Sharding-JDBC or Sharding-Proxy? Sharding-JDBC ### Expected behavior insert success ### Actual behavior insert fail
---------------------------------------------------------------- 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
