TYPO3-Solr / ext-solr

A TYPO3 extension that integrates the Apache Solr search server with TYPO3 CMS. dkd Internet Service GmbH is developing the extension. Community contributions are welcome. See CONTRIBUTING.md for details.
GNU General Public License v3.0
137 stars 252 forks source link

[TASK] Do not ignore database exceptions #4199

Open christophlehmann opened 1 month ago

christophlehmann commented 1 month ago

What should be done in the scope of this task?

Remove a try/catch block around a database select query. Faulty database queries should mostly never get muted.

dkd-kaehm commented 1 month ago

@christophlehmann Thanks for fixing that issue. Do you want that in other versions?

christophlehmann commented 1 month ago

@dkd-kaehm No, it's just an improvement.