Actions
Bug #84137
closedDB compare must show DB errors if compare fails
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2018-03-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If compare fails because of wrong SQL, it must also show the error and not just a warning that it failed - that is really not helpful ...
example part for ext_tables.sql
CREATE TABLE tx_fo ( uid int(11) NOT NULL auto_increment, pid int(11) DEFAULT '0' NOT NULL, tstamp int(11) DEFAULT '0' NOT NULL, table_name varchar(255) NOT NULL DEFAULT '', record_id int(11) DEFAULT '0' NOT NULL,, status tinyint(4) DEFAULT '0' NOT NULL, user int(11) DEFAULT '0' NOT NULL, PRIMARY KEY (uid), KEY parent (pid) );
problem is the double comma at the end of line 6.
Files
Actions