You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/11/14 12:47:26 UTC

[GitHub] [incubator-devlake] mappjzc opened a new issue, #3735: [Feature][migrationhelper] Add cheking for Primarykey if is auto increment

mappjzc opened a new issue, #3735:
URL: https://github.com/apache/incubator-devlake/issues/3735

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar feature requirement.
   
   
   ### Description
   
   When the primary key is auto incremen, the migration of the table will cause the primary key to fail to align with the related value of the foreign key when the primary key automatically increases again. This can cause data errors.
   
   Therefore, we must check and reject the migration operation of the table containing the auto increasing primary key.
   
   ### Use case
   
   refuse the table tansform if it with the auto increasing primary key.
   
   ### Related issues
   
   relate #3537 
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@devlake.apache.org.apache.org

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


[GitHub] [incubator-devlake] mindlesscloud closed issue #3735: [Feature][migrationhelper] Add cheking for Primarykey if is auto increment

Posted by GitBox <gi...@apache.org>.
mindlesscloud closed issue #3735: [Feature][migrationhelper] Add cheking for Primarykey if  is auto increment 
URL: https://github.com/apache/incubator-devlake/issues/3735


-- 
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: commits-unsubscribe@devlake.apache.org

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