We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.34.0
8.2
MSSQL SERVER
As part of 10.34 some change has been made that changes the behaviour of the
Schema::hasTable
method. In 10.33 and below this static function would return true for a view, allowing a view to be checked for existance before doing some code.
This behaviour has changed and now returns false for any view whether it exists or not.
I cant find the code that has made this change, but it may be related to #49020
There does not appear to be a replacement hasView method.
Mysql database seems to have always returned false.
Downgrade to 10.33
The text was updated successfully, but these errors were encountered:
Schema::hasView coming in next patch release.
Schema::hasView
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Laravel Version
10.34.0
PHP Version
8.2
Database Driver & Version
MSSQL SERVER
Description
As part of 10.34 some change has been made that changes the behaviour of the
method. In 10.33 and below this static function would return true for a view, allowing a view to be checked for existance before doing some code.
This behaviour has changed and now returns false for any view whether it exists or not.
I cant find the code that has made this change, but it may be related to #49020
There does not appear to be a replacement hasView method.
Mysql database seems to have always returned false.
Steps To Reproduce
Downgrade to 10.33
The text was updated successfully, but these errors were encountered: