subrahmanyamv
DTDrizzle Team
•Created by subrahmanyamv on 10/15/2023 in #help
I am getting below error as I use drizzle, these are repeating too often. I am using postgres driver
{
severity_local: 'NOTICE',
severity: 'NOTICE',
code: '42622',
message: 'identifier "person_personRelationships_relatedCommonPerson_commonPersonTranslations" will be truncated to "person_personRelationships_relatedCommonPerson_commonPersonTran"',
file: 'scansup.c',
line: '102',
routine: 'truncate_identifier'
}
Is this something to be concerned about. What if there are two different things that get truncated to same.
I am using relational queries here.
10 replies