Project

General

Profile

Actions

Feature #97524

closed

Make it possible to run UPDATE sql statements within ext_tables_static+adt.sql in SqlReader and SchemaMigrator

Added by Simon Schaufelberger about 2 years ago. Updated almost 2 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2022-04-30
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
SqlReader, SchemaMigrator
Complexity:
easy
Sprint Focus:

Description

SqlReader can currently only read INSERT and CREATE TABLE statements, but not UPDATE statements from ext_tables_static+adt.sql.

SchemaMigrator can currently only run INSERT and CREATE TABLE statements, but not UPDATE statements.

The extension static_info_tables_* therefor need an own solution to update existing company records and add translations. Both, the static_info_tables_* extensions could profit from this feature but also the TYPO3 testing framework which also doesn't support run the UPDATE statements and therefor functional tests which read translated country names can't be tested like translated country names in fluid templates for example.

See: https://github.com/TYPO3/testing-framework/issues/359 and https://github.com/TYPO3/testing-framework/blob/d03dbaf10c680b74439fdb18ada31853bcda02b5/Classes/Core/Testbase.php#L765-L766

Actions

Also available in: Atom PDF