yanickxia commented on issue #3289: jdbcType=LONGVARCHAR insert into table fail
URL: 
https://github.com/apache/incubator-shardingsphere/issues/3289#issuecomment-542604685
 
 
   this a mybatis bug ? 
   
   ```java
   Caused by: java.io.NotSerializableException: java.io.StringReader
        at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1184)
        at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:348)
        at 
com.mysql.jdbc.PreparedStatement.setSerializableObject(PreparedStatement.java:3824)
        ... 42 more
   ```
   
   in fact, mysql jdbc driver try to Serializable it. it's fail... i think it's 
without any problem on sharding...

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