Added by Christian Weiske almost 9 years ago. Updated about 7 years ago.
0%
It would be helpful - especially during development - if the Database would do automatic SQL error checks after each query.
This would relieve us from manually calling sql_error() after each query.
sql_error()
Maybe as configuration option in LocalConfiguration.php.
LocalConfiguration.php
With the migration to Doctrine this has been implemented on TYPO3 8/master. Doctrine properly throws Exceptions on errors in the Statement/Driver/Connection which then can be caught when/if required.
Also available in: Atom PDF