Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.x] Add new lost connection error message for sqlsrv #39466

Merged
merged 1 commit into from
Nov 4, 2021

Conversation

jaewun
Copy link
Contributor

@jaewun jaewun commented Nov 3, 2021

Error message occurs after first query sent to a remote instance of SQL Server that has been restarted.

Error documented by Microsoft here

https://docs.microsoft.com/en-us/sql/relational-databases/errors-events/mssqlserver-10060-database-engine-error?view=sql-server-ver15&viewFallbackFrom=sql-server-ver17

Error occurs as connection is attempted to a socket that has now been closed (by the aforementioned restart)

@GrahamCampbell GrahamCampbell changed the title Add new lost connection error message for sqlsrv [6.x] Add new lost connection error message for sqlsrv Nov 4, 2021
@taylorotwell taylorotwell merged commit 8f054a7 into laravel:6.x Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants