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 5e5ae68 commit aa167e2Copy full SHA for aa167e2
src/dsql/ExprNodes.cpp
@@ -3559,7 +3559,7 @@ ValueExprNode* CastNode::dsqlPass(DsqlCompilerScratch* dsqlScratch)
3559
node->dsqlField = dsqlField;
3560
node->format = format;
3561
3562
- DDL_resolve_intl_type(dsqlScratch, node->dsqlField, NULL);
+ DDL_resolve_intl_type(dsqlScratch, node->dsqlField, node->dsqlField->collate);
3563
node->setParameterType(dsqlScratch, NULL, false);
3564
3565
DsqlDescMaker::fromField(&node->castDesc, node->dsqlField);
0 commit comments