Skip to content
Snippets Groups Projects
Commit 35a8c40e authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

fix: pb with transaction in seda2maarch batch

parent dba6ed95
No related branches found
No related tags found
No related merge requests found
......@@ -388,7 +388,7 @@ class DataAccessService_Database
//echo "<pre>UPDATE QUERY = " . $updateQuery . "</pre>";
try {
$this->databaseObject->connect();
//$this->databaseObject->connect();
$result = $this->databaseObject->query(
$updateQuery,
$catchErrors=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment