kimmking edited a comment on issue #5173: UUID is configured, but SNOWFLAKE is 
used
URL: 
https://github.com/apache/incubator-shardingsphere/issues/5173#issuecomment-614653237
 
 
   Your config as follow doesn't work and actually use IdType.ID_WORKER to 
generate '1250240867332034561'  before executing sql.
   ```
   @TableId(value = "code", type = IdType.NONE)
   private String code;
   ```
   
   In another word, you remove all sharding-jdbc config, it will be an error as 
the same.
   

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