Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Controller/Admin/ConfigController.php
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,6 @@ private function saveToC($em, $tmpDir, $csvName, $tableName = null, $allow_zero
$builder->execute();
} catch (\Exception $e) {
error_log("BulkInsertQuery execute error in saveToC table '$tableName' at row $i: " . $e->getMessage());
error_log("Failed data for row $i: " . json_encode($value));
error_log("Original CSV data: " . json_encode($data));
throw $e;
}
}
Expand Down
1 change: 0 additions & 1 deletion Service/DataMigrationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ public function convertDataTypesForPostgreSQL($em, $tableName, $data)
}
} catch (\Exception $e) {
error_log("Error in convertDataTypesForPostgreSQL for table '$tableName': " . $e->getMessage());
error_log("Data being processed: " . json_encode($data));
// エラーが発生した場合は元のデータをそのまま返す
}

Expand Down