Skip to content

Conversation

@xabbuh
Copy link
Member

@xabbuh xabbuh commented Aug 18, 2025

addressing the deprecations introduced in doctrine/dbal#7094

}

$compositeName = $theJoinTable->getName() . '.' . implode('', $localColumns);
$compositeName = ($theJoinTable instanceof AbstractNamedObject ? $theJoinTable->getObjectName()->toString() : $theJoinTable->getName()) . '.' . implode('', $localColumns);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please introduce a helper function for this ternary expression, similar to what you did in DatabaseDriver?

@derrabus
Copy link
Member

Taking over in #12142.

@derrabus derrabus closed this Aug 19, 2025
@xabbuh xabbuh deleted the dbal-7094 branch August 19, 2025 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants