mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
try fix error cannot insert multiple commands into prepared statement
This commit is contained in:
@@ -120,6 +120,7 @@ class PersonDuplicateController extends Controller
|
||||
$connection->beginTransaction();
|
||||
|
||||
foreach ($sqls as $sql) {
|
||||
dump($sql);
|
||||
$connection->executeQuery($sql);
|
||||
}
|
||||
$connection->commit();
|
||||
|
Reference in New Issue
Block a user