You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// HACK: Metadata should still be updated, can be removed when null tenant collections are supported.
1447
-
if($e->getCode() === '42S02') {
1447
+
// "42S02" is "Base table or view not found": https://learn.microsoft.com/en-us/sql/odbc/reference/appendixes/appendix-a-odbc-error-codes?view=sql-server-ver16
1448
+
if ($e->getCode() === '42S02') {
1448
1449
if (!$this->adapter->getSharedTables() || !$this->isMigrating()) {
0 commit comments