We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be7933 commit 0b49fa8Copy full SHA for 0b49fa8
src/dsql/DdlNodes.epp
@@ -6428,8 +6428,8 @@ DdlNode* RelationNode::dsqlPass(DsqlCompilerScratch* dsqlScratch)
6428
{
6429
const auto alterColTypeClause = static_cast<AlterColTypeClause*>(clause.getObject());
6430
dsqlScratch->qualifyExistingName(alterColTypeClause->field->typeOfName, obj_field);
6431
- dsqlScratch->qualifyExistingName(alterColTypeClause->field->charSet, obj_field);
6432
- dsqlScratch->qualifyExistingName(alterColTypeClause->field->collate, obj_field);
+ dsqlScratch->qualifyExistingName(alterColTypeClause->field->charSet, obj_charset);
+ dsqlScratch->qualifyExistingName(alterColTypeClause->field->collate, obj_collation);
6433
break;
6434
}
6435
0 commit comments