icingaweb2-module-director/test/php/library/Director/Data
Thomas Gelf 36141c5f98 Import: validated encoding on DB error
MySQL gives useless error messages for invalid UTF8 characters and
confuses users with an 'Invalid datetime format' message.

Once storing imported data fails, the original data will now be scanned
for invalid UTF-8 characters. If such are found, a dedicated exception
with more details is thrown. Otherwise the original exception will be
forwarded

fixes #2143
2020-07-10 17:16:08 +02:00
..
AssignFilterHelperTest.php Implement AssignFilterHelper to improve apply/assign matching 2019-05-06 14:19:29 +02:00
RecursiveUtf8ValidatorTest.php Import: validated encoding on DB error 2020-07-10 17:16:08 +02:00