Active
Project:
Drupal core
Version:
main
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Sep 2014 at 15:34 UTC
Updated:
26 Sep 2022 at 17:22 UTC
Jump to comment: Most recent
Comments
Comment #1
jibranComment #2
lokapujyaWould this use TableMapping API to get the table names?
Comment #14
m.stentaI stumbled upon this @todo in code today because I discovered that Drupal automatically shortens long table names (greater than 48 characters) to a hash of the field storage unique identifier.
Reference: https://git.drupalcode.org/project/drupal/-/blob/4a116800e44244d1157d445...
But, Views does not use that table name in Views data.I think that would change if the @todo mentioned here were true:EDIT: After digging deeper, the discrepancy I discovered is not in Drupal core, but in the contrib Entity API module.
Comment #15
m.stentaStill needs a full issue summary, but I'll start by at least linking to the line of code with the
@todoto give this some context. :-)