0.12dev: Return ticket fields with a `NULL` value as a (tagged) empty string instead of `None`. This allows differentiating between empty fields and unset fields in `Ticket.get_value_or_default()`, while avoiding potential issues with code expecting field values to always be strings.