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

[10.x] Fix SQL Server detection in database store #51547

Merged
merged 1 commit into from
May 23, 2024

Conversation

staudenmeir
Copy link
Contributor

Laravel doesn't have an insertOrIgnore() implementation for SQL Server and so the database store checks the connection class to see if the method can be used. However, the current detection logic doesn't work when the app uses a custom connection class that extends SqlServerConnection (e.g. when a package overrides it). By using instanceof, we also support theses cases.

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