nextcloud-server/apps/workflowengine/lib
Vincent Petry 15a62c5237
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 <vincent@nextcloud.com>
2021-08-10 11:19:15 +07:00
..
AppInfo Update php licenses 2021-06-04 22:02:41 +07:00
BackgroundJobs Update php licenses 2021-06-04 22:02:41 +07:00
Check Update php licenses 2021-06-04 22:02:41 +07:00
Command Update php licenses 2021-06-04 22:02:41 +07:00
Controller Make "name" column nullable in workflow operations 2021-08-10 11:19:15 +07:00
Entity Update php licenses 2021-06-04 22:02:41 +07:00
Helper Update php licenses 2021-06-04 22:02:41 +07:00
Listener Update php licenses 2021-06-04 22:02:41 +07:00
Migration Make "name" column nullable in workflow operations 2021-08-10 11:19:15 +07:00
Service Update php licenses 2021-06-04 22:02:41 +07:00
Settings Update php licenses 2021-06-04 22:02:41 +07:00
Manager.php Update php licenses 2021-06-04 22:02:41 +07:00