- Issue created by @gaurav_manerkar
When the translated text from XTM is length greater than field limit, Drupal database layer throws exception
Message Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'title' at row 2: INSERT INTO "node_field_data" ("nid", "vid", "type", "langcode", "status", "uid", "title", "created", "changed", "promote", "sticky", "default_langcode",
1. Translate an entity via XTM provider
2. On XTM, fill the translated text greater than field limit
3. Fetch the translation in Drupal.
4. Error will be thrown as text size is higher than the database column limit
Active
6.0
Code