We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d4499 commit 617f70cCopy full SHA for 617f70c
system/Database/SQLSRV/Builder.php
@@ -295,7 +295,7 @@ private function getFullName(string $table): string
295
$database = $this->db->getDatabase();
296
$table = $dbInfo[0];
297
298
- if (isset($dbInfo[1], $dbInfo[2])) {
+ if (isset($dbInfo[2])) {
299
$database = str_replace('"', '', $dbInfo[0]);
300
$schema = str_replace('"', '', $dbInfo[1]);
301
$tableName = str_replace('"', '', $dbInfo[2]);
0 commit comments