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

Update individual properties #1279

Merged
merged 2 commits into from
Jan 3, 2024

Commits on Jan 3, 2024

  1. Reformat files

    aeshub committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    42cbe68 View commit details
    Browse the repository at this point in the history
  2. Use ExecuteUpdate for robot updates

    The ExecuteUpdate functil will update individual columns without
    affecting other columns in the same table. This means we can update
    robot pressure for example without writing status to the old value
    hopefully avoiding some concurrency issues.
    
    Note that ExecuteUpdate does not work for relational entities within
    the table which is why it has not bee implemented for current area.
    aeshub committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    2386de4 View commit details
    Browse the repository at this point in the history