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 8ce148f commit 349f996Copy full SHA for 349f996
system/Database/SQLSRV/Builder.php
@@ -298,7 +298,7 @@ private function getFullName(string $table): string
298
299
return '"' . $database . '"."' . $schema . '"."' . str_replace('"', '', $tableName) . '"' . $alias;
300
}
301
-
+
302
return '"' . $this->db->getDatabase() . '"."' . $this->db->schema . '"."' . str_replace('"', '', $table) . '"' . $alias;
303
304
0 commit comments