Fix #16783 - Incorrect linkage from one table's value to another table (varchar FK)

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-03-31 19:30:39 +02:00
parent 86232c3b92
commit 176ff6a99c
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -3766,7 +3766,7 @@ class Results
) {
[
$is_field_truncated,
$column,
$displayedColumn,
$original_length,
] = $this->getPartialText($column);
}