You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "harvies (via GitHub)" <gi...@apache.org> on 2023/02/13 14:15:27 UTC

[GitHub] [shardingsphere] harvies commented on issue #24135: Insert failed on MySQL VARBINARY column when keyGenerateStrategy is configured

harvies commented on issue #24135:
URL: https://github.com/apache/shardingsphere/issues/24135#issuecomment-1428011094

   The reason is that byte[] does not implement the Comparable interface, resulting in an exception. After changing byte[] to String, the execution is normal.  
   ![image](https://user-images.githubusercontent.com/16585330/218481509-c4b26bb0-83a4-49e2-9252-e7203ec6b980.png)
   ![image](https://user-images.githubusercontent.com/16585330/218481538-e229fa4a-f458-48e1-97de-f2e578e67ccf.png)
   ![image](https://user-images.githubusercontent.com/16585330/218481571-676afdfe-263e-4566-b1a4-23efccbc535c.png)
   


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

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org