8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00
This commit is contained in:
dimitr 2013-03-24 06:38:32 +00:00
parent b35f78f546
commit 2001352060
2 changed files with 5 additions and 4 deletions

View File

@ -822,8 +822,10 @@ RseNode* DsqlCompilerScratch::pass1RseIsRecursive(RseNode* input)
dstTables->items.pop();
}
}
else if (!(*pDstTable)->is<SelectExprNode>())
fb_assert(false);
else
{
fb_assert((*pDstTable)->is<SelectExprNode>());
}
}
if (found)

View File

@ -2421,8 +2421,7 @@ Statement* Attachment::prepare(IStatus* status, ITransaction* apiTra,
}
else
{
if (response->p_resp_object)
fb_assert(false);
fb_assert(!response->p_resp_object);
}
response->p_resp_data = temp;