Skip to content

Commit 8f054a7

Browse files
authored
Add new lost connection error message for sqlsrv (#39466)
1 parent 665311d commit 8f054a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Database/DetectsLostConnections.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ protected function causedByLostConnection(Throwable $e)
5656
'SQLSTATE[HY000]: General error: 7 SSL SYSCALL error: No route to host',
5757
'The client was disconnected by the server because of inactivity. See wait_timeout and interactive_timeout for configuring this behavior.',
5858
'SQLSTATE[08006] [7] could not translate host name',
59+
'TCP Provider: Error code 0x274C',
5960
]);
6061
}
6162
}

0 commit comments

Comments
 (0)