nextcloud-server/apps/workflowengine/lib
Vincent Petry 78ea6d0679
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-12 13:58:07 +07:00
..
AppInfo
BackgroundJobs Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
Check Remove unneeded casts that were found by Psalm 2021-01-11 13:14:41 +07:00
Command
Controller Make "name" column nullable in workflow operations 2021-08-12 13:58:07 +07:00
Entity
Helper
Listener Files client and info bundles are always loaded so we don't need to load them again 2020-11-25 15:11:03 +07:00
Migration Make "name" column nullable in workflow operations 2021-08-12 13:58:07 +07:00
Service
Settings
Manager.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +07:00