mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 05:23:03 +01:00
Fixed CORE-3047 - Wrong logic is used to resolve EXECUTE BLOCK parameters collations
This commit is contained in:
parent
d7883e750d
commit
6249162c4e
@ -694,9 +694,6 @@ ExecBlockNode* ExecBlockNode::internalDsqlPass()
|
||||
ExecBlockNode* node = FB_NEW(getPool()) ExecBlockNode(getPool());
|
||||
node->dsqlScratch = dsqlScratch;
|
||||
|
||||
//// ASF: ParameterClause.resolve uses database charset. This is wrong here,
|
||||
//// but is in sync with CORE-3407. To be resolved soon.
|
||||
|
||||
for (ParameterClause* param = parameters.begin(); param != parameters.end(); ++param)
|
||||
{
|
||||
PsqlChanger changer(dsqlScratch, false);
|
||||
|
Loading…
Reference in New Issue
Block a user