MillionMao opened a new issue, #36022:
URL: https://github.com/apache/shardingsphere/issues/36022

   version:sharding 5.5.1
   
   I haven't configured key‐generate‐strategy,but sharding was automatically 
generated filed "id",it looks like Long integer.
   
   In fact, the auto-increment of the database is not used at all.
   
   logic sql :   insert into table_a(task ,name) values('111', 'aaa');
   
   actual sql:   insert into table_a(task ,name, id) values('111', 'aaa', 
1152241065663660032);


-- 
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-unsubscr...@shardingsphere.apache.org.apache.org

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

Reply via email to