Schweriner / tgm_copyright

7 stars 13 forks source link

fix: fixed "ConnectionPool->getQueryBuilderForTable() requires a conn… #43

Closed dominiklippl closed 1 year ago

dominiklippl commented 1 year ago

It can happen that the tablesnames of $preResult is empty. This leads to the Excpetion UnexpectedValueException: ConnectionPool->getQueryBuilderForTable() requires a connection name to be provided. thrown by the Typo3 API.

dominiklippl commented 1 year ago

@Schweriner Can you review my pull request?

Schweriner commented 1 year ago

@dominiklippl I'll do as fast as possible but ATM I have to handle some urgend projects :-(

Schweriner commented 1 year ago

@dominiklippl thanks for your contribution. I cannot merge it very good anymore since we got a contribution which switched to doctrine query but I've picked up your Exception-Prevention