Skip to content

Commit

Permalink
getFields update
Browse files Browse the repository at this point in the history
  • Loading branch information
hbh112233abc committed Apr 11, 2024
1 parent e927222 commit bcce262
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/connector/DM.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,15 @@ public function getFields(string $tableName): array
AND TAB.NAME = '%s'
) d
WHERE table_name = '%s'
AND owner = 'EFILEYUN_TEST'
AND owner = '%s'
AND a.column_name = d.column_name (+)
AND a.column_name = b.column_name (+)
EOF,
$tableName,
$schema,
$tableName,
$tableName,
$schema,
);

$pdo = $this->getPDOStatement($sql);
Expand Down

0 comments on commit bcce262

Please sign in to comment.