mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Misc.
This commit is contained in:
parent
b35f78f546
commit
2001352060
@ -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)
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user