Commit Graph

7 Commits

Author SHA1 Message Date
Jan Lysý
fb7ccbd8b9 Add missing handling database server timeout
Because we updated form Doctrine DBAL 2 to DBAL 3 we need to use a different handling for database server timeouts.
[MAILPOET-6101]
2024-06-17 12:38:08 +02:00
Jan Lysý
26a98f1000 Update composer package doctrine/dbal
We cannot update to the latest version of the dbal 3 because there is a another package conflict.
[MAILPOET-6101]
2024-06-17 12:38:08 +02:00
Oluwaseun Olorunsola
c8fa9f007f handleExceptionDuringQuery not used by Rollback so we need catch it
MAILPOET-6020
2024-05-27 15:11:54 +02:00
Oluwaseun Olorunsola
988dec3e66 Catch mySqlGoneAway error from originated from the Doctrine library and append our custom error message to it
We're hooking into handleExceptionDuringQuery because most of the methods on the `\Doctrine\DBAL\Connection` class call this method in their catch error handler

MAILPOET-6020
2024-05-27 15:11:54 +02:00
Jan Jakes
926620e8f8 Ignore strict types rule in all existing files that don't have it
[MAILPOET-2688]
2022-11-29 15:04:09 +01:00
Jan Jakes
c601aaa3eb Autofix issues detected by CodeSniffer
[MAILPOET-4617]
2022-09-06 17:38:01 +02:00
Jan Jakes
9f790efbf0 Move plugin files to a subfolder
[MAILPOET-3988]
2022-01-18 15:30:22 +01:00