mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
Fixed bug #8087 : AV when preparing a query with IN list that contains both literals and sub-query
This commit is contained in:
parent
7421df185f
commit
0e9ef6965d
@ -1287,7 +1287,7 @@ BoolExprNode* InListBoolNode::dsqlPass(DsqlCompilerScratch* dsqlScratch)
|
||||
|
||||
const auto castNode = FB_NEW_POOL(dsqlScratch->getPool())
|
||||
CastNode(dsqlScratch->getPool(), item, field);
|
||||
item = castNode->dsqlPass(dsqlScratch);
|
||||
item = castNode;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user