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

Fix bug in TABLE for POINT_PROCESS. #1342

Merged
merged 2 commits into from
Jul 15, 2024
Merged

Fix bug in TABLE for POINT_PROCESS. #1342

merged 2 commits into from
Jul 15, 2024

Commits on Jul 12, 2024

  1. Regression test.

    1uc committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    862eb2f View commit details
    Browse the repository at this point in the history
  2. Improve update_table name.

    Change the name to `update_table_*`. To avoid inconsistencies in the
    name (and it's suffix) we introduce a function
    `table_update_function_name`.
    
    Fixes a bug related to incorrect use of `rsuffix`, which caused the
    function name to be inconsistent for POINT_PROCESSES.
    1uc committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    54d01a2 View commit details
    Browse the repository at this point in the history