mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:03:04 +01:00
Misc
This commit is contained in:
parent
d4e706c8b1
commit
feea41adb4
@ -2387,7 +2387,7 @@ static bool get_record(thread_db* tdbb,
|
||||
// hvlad: self referenced members are removed from recursive SELECT's
|
||||
// in recursive CTE (it is done in dsql\pass1.cpp). If there are no other
|
||||
// members in such SELECT then rsb_count will be zero. Handle it
|
||||
else if (!rsb->rsb_count)
|
||||
else if (rsb->rsb_count == 0)
|
||||
return false;
|
||||
|
||||
else if (!fetch_record(tdbb, rsb, rsb->rsb_count - 1
|
||||
|
Loading…
Reference in New Issue
Block a user