Actions
Feature #73236
closedAutomatic SQL error checking
Start date:
2016-02-11
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Updated by Christian Weiske almost 9 years ago
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.
Maybe as configuration option in LocalConfiguration.php
.
Updated by Morton Jonuschat about 8 years ago
- Category set to Database API (Doctrine DBAL)
- Status changed from New to Resolved
- Target version set to 8.4
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.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions