Commit 78024e9
[BUGFIX] Mitigate internal SchemaInformation API changes
TYPO3 changed the internal SchemaInformation API implementation,
not covered by breaking policy to mitigate cache issues using
persistance caches files.
This change modifies the extension usage of that internal API
in the `MigrateFieldsCommand ` and `MigrateRealUrlExcludeField`
by now using the `listTableColumnNames()` to retrieve the names of
the columns for further use.
Further, the `strtolower()` usage in the fieldname comparision
has been removed making not much sense in the way that other
code places does use field names as case-insensitive like in
result rowset row items.
[1] https://review.typo3.org/c/Packages/TYPO3.CMS/+/90947
[2] https://review.typo3.org/c/Packages/TYPO3.CMS/+/909501 parent 63a8d9c commit 78024e9
File tree
2 files changed
+26
-8
lines changed- Classes
- Command
- Updates
2 files changed
+26
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
101 | 109 | | |
102 | 110 | | |
103 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
98 | 107 | | |
99 | 108 | | |
| 109 | + | |
100 | 110 | | |
101 | 111 | | |
102 | 112 | | |
| |||
0 commit comments