Skip to content

Convert null values to empty string for database write without errors

There are many extension uploads which did not write the complete information (mostly the dependencies are empty). This is caused by a change of the database (version or distribution). NULL values aren't converted to empty strings in tinytext or text fields, causing sql errors but the process of extension upload is marked as success.

Edited by Thomas Löffler