Commit 4b2c8511 authored by Jörn Friedrich Dreyer's avatar Jörn Friedrich Dreyer Committed by Marco Pivetta

fix list table columns when using external or os authentication

parent 122e4581
...@@ -660,7 +660,7 @@ END;'; ...@@ -660,7 +660,7 @@ END;';
$colCommentsTableName = "user_col_comments"; $colCommentsTableName = "user_col_comments";
$ownerCondition = ''; $ownerCondition = '';
if (null !== $database) { if (null !== $database && '/' !== $database) {
$database = $this->normalizeIdentifier($database); $database = $this->normalizeIdentifier($database);
$database = $this->quoteStringLiteral($database->getName()); $database = $this->quoteStringLiteral($database->getName());
$tabColumnsTableName = "all_tab_columns"; $tabColumnsTableName = "all_tab_columns";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment