Project

General

Profile

Actions

Feature #73236

closed

Automatic SQL error checking

Added by Christian Weiske about 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2016-02-11
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Actions #1

Updated by Christian Weiske about 8 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.

Actions #2

Updated by Morton Jonuschat over 7 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.

Actions #3

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF