mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-29 18:27:44 +08:00
Added some exception messages which used to reconnect PDO connection. (#5890)
This commit is contained in:
parent
077602814b
commit
92e191480d
@ -3,6 +3,7 @@
|
||||
## Fixed
|
||||
|
||||
- [#5880](https://github.com/hyperf/hyperf/pull/5880) Fixed bug that start server failed caused by swagger server name isn't string.
|
||||
- [#5890](https://github.com/hyperf/hyperf/pull/5890) Added some exception messages which used to reconnect PDO connection.
|
||||
|
||||
## Optimized
|
||||
|
||||
|
@ -43,6 +43,8 @@ trait DetectsLostConnections
|
||||
'Name or service not known',
|
||||
'ORA-03114',
|
||||
'Packets out of order. Expected',
|
||||
'Broken pipe',
|
||||
'Error reading result',
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user