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

[stable22] Make "name" column nullable for workflows #28384

Merged
merged 1 commit into from
Aug 13, 2021

Commits on Aug 12, 2021

  1. Make "name" column nullable in workflow operations

    The "name" column is now unused and the code is always inserting an
    empty string. While this works with most databases, Oracle complains
    because an empty string is equivalent to null.
    
    To fix this, the column definition is changed to allow null values now.
    
    Also added some logging in case of database exceptions, because without
    this nothing would be logged to detect the above problem.
    
    Signed-off-by: Vincent Petry <[email protected]>
    PVince81 committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    0a184a3 View commit details
    Browse the repository at this point in the history