Bug #72962
openEpic #72584: sysext:impexp
Avoid garbage upon failed import
0%
Description
When importing a large page structure any exception which could possibly get thrown will result in an abort of the import. All records which got inserted into the database until then could end up on a wrong page, link to wrong elements, etc. as relations between records are only updated after all records got inserted. The same is true for an import which got aborted because of a PHP script timeout.
This bugfix resolves the problem by introduction DB transactions via the DatabaseConnection class. In the case of a failed import all statements are rolled back and newly created files will get removed.
Updated by Gerrit Code Review almost 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46262
Updated by Benni Mack over 8 years ago
- Target version changed from 7.6.3 to Candidate for patchlevel
Updated by Markus Klein over 7 years ago
- Status changed from Under Review to New
- Target version deleted (
Candidate for patchlevel)