Increase the paths and processed_paths field size

Created on 7 September 2023, 10 months ago
Updated 13 September 2023, 10 months ago

Problem/Motivation

The processed_paths field size is currently a varchar(512). Since Drupal 10.1 we have very long CSS/JS aggregation URLs. This leads to the following error:

SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'processed_paths_value'

Even after πŸ“Œ Compress aggregate URL query strings Fixed I'm still seeing a path with 517 chars.

Steps to reproduce

Proposed resolution

Increase the column size to 2048, which matches the size of link fields.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡¦πŸ‡ΊAustralia mstrelan

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

Comments & Activities

Production build 0.69.0 2024