Skip to content

Commit c4ca547

Browse files
committed
Performing column analysis on local UNQUOTED columns
1 parent 9173368 commit c4ca547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TdbmFluidColumnGraphqlOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ private function generateFieldAnnotation(): void
6767
$fks = $this->tdbmFluidColumnOptions->then()->getDbalTable()->getForeignKeys();
6868
$isPartOfFk = false;
6969
foreach ($fks as $fk) {
70-
if (in_array($this->fluidColumn->getDbalColumn()->getName(), $fk->getLocalColumns(), true) === true) {
70+
if (in_array($this->fluidColumn->getDbalColumn()->getName(), $fk->getUnquotedLocalColumns(), true) === true) {
7171
$isPartOfFk = true;
7272
break;
7373
}

0 commit comments

Comments
 (0)