Project

General

Profile

Bug #105565 » Bug105565.patch

Lina Wolf, 2024-11-11 07:05

View differences:

Classes/Persistence/Generic/Storage/Typo3DbBackend.php → Classes/Persistence/Generic/Storage/Typo3DbBackend.php (date 1731308252678)
$connection = $this->connectionPool->getConnectionForTable($tableName);
$connection->insert($tableName, $fieldValues);
} catch (DBALException $e) {
throw new SqlErrorException($e->getPrevious()->getMessage(), 1470230766, $e);
throw new SqlErrorException($e->getPrevious()?->getMessage()??$e->getMessage(), 1470230766, $e);
}
$uid = 0;
    (1-1/1)