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 2019/10/16 09:06:52 UTC

[GitHub] [incubator-shardingsphere] yanickxia commented on issue #3289: jdbcType=LONGVARCHAR insert into table fail

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:
users@infra.apache.org


With regards,
Apache Git Services