Leider wird als Fehlernummer 0 angegeben. Ausgabe direkt so:
SQLSTATE[HY000]: General error 0
php-Code hier:
foreach($arrIds as $arrId){
$query = "INSERT INTO `table` (`key1`,`key2`) VALUES (".(int)$id.",".(int)$arrId.")";
$adapter->fetchAll($query);
}