Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

record id should not change between script executions #1893

Merged
merged 1 commit into from Mar 21, 2024

Commits on Mar 21, 2024

  1. record id should not change between script executions

    Currently the record internal id is modified every time a record is
    updated which is counter intuitive and makes debugging harder
    
    With this commit a record id is now a uuid v5 generated from the unique
    composite key (connection, model, external id)
    TBonnin committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    09c14ed View commit details
    Browse the repository at this point in the history