Ecodev / newsletter

TYPO3 extension to send newsletter
https://extensions.typo3.org/extension/newsletter/
25 stars 26 forks source link

Update to prevent issue in Database Analyser #142

Closed grimmcreative closed 7 years ago

grimmcreative commented 7 years ago

Use of varchar causes a change in value. One "\" inside value gets deleted. So Database Analyser wants to Update every time. Changed type to text.

PowerKiKi commented 7 years ago

This is an incorrect fix because MySQL cannot have TEXT with default value. And it only workaround a bug that is actually in TYPO3 core instead of fixing it. Won't be merged.