Skip to content

Commit

Permalink
fix(api): remove driverOptions from export DB connection
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense committed Aug 20, 2024
1 parent 402442e commit 7a31931
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions app/api/config/autoload/config.global.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,8 @@
],
'export' => [
'driverClass' => \Doctrine\DBAL\Driver\PDO\MySQL\Driver::class,
'params' => $doctrine_connection_params +
[
'driverOptions' => [
PDO::MYSQL_ATTR_USE_BUFFERED_QUERY => false,
PDO::CURSOR_FWDONLY => true,
],
],
// Database connection details
'params' => $doctrine_connection_params,
],
],
'driver' => [
Expand Down

0 comments on commit 7a31931

Please sign in to comment.