8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00
This commit is contained in:
asfernandes 2006-10-18 20:25:26 +00:00
parent d4e706c8b1
commit feea41adb4

View File

@ -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