aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/DB/RABXColumn.pm
Commit message (Collapse)AuthorAgeLines
* Make sure raw RABX column is utf8-encoded.Matthew Somerville2019-03-06-4/+8
| | | | | | | | | | | | Without doing this, a call to e.g. $contact->set_extra_fields(@meta) in PopulateServiceList.pm, with an unchanged meta that contains some Unicode values, can write to the database (and cause an unneeded row in the history table), because the column from the database is UTF-8 decoded, whilst the new text is UTF-8 encoded. It looks like an attempt was made in filter_from_storage to fix this issue, but the column comparison for marking a column as dirty takes place without this being called.
* Add RABX column code and testsEdmund von der Burg2013-09-10-0/+98