mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Fixed #7993: Unexpected results when using CASE WHEN with RIGHT JOIN
This commit is contained in:
parent
9e2a7021bb
commit
7a8b2ce0f0
@ -540,6 +540,11 @@ public:
|
|||||||
virtual ValueExprNode* pass2(thread_db* tdbb, CompilerScratch* csb);
|
virtual ValueExprNode* pass2(thread_db* tdbb, CompilerScratch* csb);
|
||||||
virtual dsc* execute(thread_db* tdbb, jrd_req* request) const;
|
virtual dsc* execute(thread_db* tdbb, jrd_req* request) const;
|
||||||
|
|
||||||
|
virtual bool possiblyUnknown(OptimizerBlk* /*opt*/)
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
Firebird::string label;
|
Firebird::string label;
|
||||||
NestConst<ValueExprNode> test;
|
NestConst<ValueExprNode> test;
|
||||||
|
Loading…
Reference in New Issue
Block a user