Commits
Andrea Biscuola authored b055761ac7f
........S. [ZBXNEXT-4108] convert NULL in empty string at insert time Use ZBX_NULL2EMPTY_STR() just before the insert of events and problems for being sure that NULL error fields in add_event() will always be converted in empty strings. This fix the previous behavior that was relying explicitly on the database layer for the conversion.