Commit 42a50673 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 86974572
...@@ -657,7 +657,7 @@ LEFT JOIN user_cons_columns r_cols ...@@ -657,7 +657,7 @@ LEFT JOIN user_cons_columns r_cols
$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