occurrences table name can be too long

Created on 6 November 2024, 5 months ago

Problem/Motivation

The table name generated for date occurrences can go over the maximum allowed by MySQL.

For example, in a test, it crashed because the table name was:

> test28051846date_recur__entity_test_with_bundle__finders_events_date

We have here:

- test28051846 -- test prefix
- date_recur -- table root name
- entity_test_with_bundle -- test entity type ID
- finders_events_date -- field name

Proposed resolution

Check the generated table name in Drupal\date_recur\DateRecurOccurrences and use the same technique as Drupal\Core\Entity\Sql\DefaultTableMapping if it's too long.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Checklist ✔

[[Remove this:] Replace ❌ with ✔ where applicable]

  • [ ❌ ] Changeset meets coding standards and project style guide .
  • [ ❌ ] Changeset has tests
  • [ ❌ ] Proposal has been discussed externally (Slack/IRC)
🐛 Bug report
Status

Active

Version

3.9

Component

Field Storage

Created by

🇬🇧United Kingdom joachim

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024