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

Conversation

backportbot-nextcloud[bot]
Copy link

@backportbot-nextcloud backportbot-nextcloud bot commented Aug 11, 2021

⚠️ This backport had conflicts and is incomplete ⚠️

backport of #28318

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 PVince81 self-assigned this Aug 12, 2021
@PVince81 PVince81 added the 3. to review Waiting for reviews label Aug 12, 2021
@PVince81
Copy link
Member

conflict solved: it was only the version in info.xml

@ChristophWurst ChristophWurst merged commit 54192ed into stable22 Aug 13, 2021
@ChristophWurst ChristophWurst deleted the backport/28318/stable22 branch August 13, 2021 11:59
@skjnldsv skjnldsv mentioned this pull request Aug 19, 2021
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants