Skip to content

[BUGFIX] Use DBAL result in pending relations command#143

Merged
mabolek merged 1 commit intoFriendsOfTYPO3:masterfrom
ErHaWeb:master
Apr 19, 2026
Merged

[BUGFIX] Use DBAL result in pending relations command#143
mabolek merged 1 commit intoFriendsOfTYPO3:masterfrom
ErHaWeb:master

Conversation

@ErHaWeb
Copy link
Copy Markdown
Contributor

@ErHaWeb ErHaWeb commented Apr 1, 2026

Use Doctrine\DBAL\Result for the pending relations query result.

Align the command with TYPO3 QueryBuilder::executeQuery(), which returns a Doctrine\DBAL\Result instance for select queries. This allows resolvable pending relations to be processed again.

Resolves: #142

Use Doctrine\DBAL\Result for the pending relations query result.

Align the command with TYPO3 QueryBuilder::executeQuery(), which
returns a Doctrine\DBAL\Result instance for select queries. This
allows resolvable pending relations to be processed again.

Resolves: FriendsOfTYPO3#142
@mabolek mabolek merged commit a8aae62 into FriendsOfTYPO3:master Apr 19, 2026
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.

[BUG] Pending relations resolve command uses wrong DBAL result type

2 participants