nextcloud/apps/workflowengine/composer/composer
Vincent Petry ffe7467187
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 14:11:11 +02:00
..
autoload_classmap.php Make "name" column nullable in workflow operations 2021-08-12 14:11:11 +02:00
autoload_namespaces.php Add autoloaders for shipped apps 2019-06-27 22:29:42 +02:00
autoload_psr4.php Add autoloaders for shipped apps 2019-06-27 22:29:42 +02:00
autoload_real.php Update autoloaders for composer v1.10.1 2020-03-19 09:48:49 +01:00
autoload_static.php Make "name" column nullable in workflow operations 2021-08-12 14:11:11 +02:00
ClassLoader.php Make sure columns with an empty default are nullable for Oracle 2020-11-12 12:57:51 +01:00
LICENSE Add autoloaders for shipped apps 2019-06-27 22:29:42 +02:00