Skip to content

Fixed bug #8203 : Function MAKE_DBKEY may produce random errors if used with relation name#8204

Merged
hvlad merged 2 commits intov5.0-releasefrom
work/gh-8203
Aug 5, 2024
Merged

Fixed bug #8203 : Function MAKE_DBKEY may produce random errors if used with relation name#8204
hvlad merged 2 commits intov5.0-releasefrom
work/gh-8203

Conversation

@hvlad
Copy link
Copy Markdown
Member

@hvlad hvlad commented Aug 4, 2024

Also, corrected handling of non-ASCII tables names.

…ed with relation name

Also, corrected handling of non-ASCII tables names.
@hvlad hvlad self-assigned this Aug 4, 2024
@hvlad hvlad linked an issue Aug 4, 2024 that may be closed by this pull request
Comment thread src/dsql/ExprNodes.cpp Outdated
@hvlad hvlad merged commit 083ea10 into v5.0-release Aug 5, 2024
hvlad added a commit that referenced this pull request Aug 7, 2024
Fixed bug #8203 : Function MAKE_DBKEY may produce random errors if used with relation name
@hvlad hvlad deleted the work/gh-8203 branch August 7, 2024 05:44
Comment thread src/dsql/ExprNodes.cpp
{
const MetaName relName = literal->getText();
MetaName relName;
CVT2_make_metaname(&literal->litDesc, name, tdbb->getAttachment()->att_dec_status);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Must be relName, not name here.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I was sure I checked it :(

dyemanov pushed a commit that referenced this pull request Nov 16, 2024
Fixed bug #8203 : Function MAKE_DBKEY may produce random errors if used with relation name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Function MAKE_DBKEY may produce random errors if used with relation name

3 participants