yes, the problem is in class EMDataImport in this piece of code:
// Try execute:
if (trim($query) !== '') {
Db::getInstance()->execute('SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";SET time_zone = "+00:00";' . $query);
My version of MariaDB (10.3) does not accept this...