mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
Misc.
This commit is contained in:
parent
5644cba2fa
commit
a796c8f86f
@ -279,12 +279,11 @@ BoolExprNode* PAR_validation_blr(thread_db* tdbb, jrd_rel* relation, const UCHAR
|
||||
|
||||
getBlrVersion(csb);
|
||||
|
||||
StmtNode* stmt = NULL;
|
||||
|
||||
if (csb->csb_blr_reader.peekByte() == blr_stmt_expr)
|
||||
{
|
||||
// Parse it and ignore. This legacy and broken verb is transformed while parsing expressions.
|
||||
csb->csb_blr_reader.getByte();
|
||||
stmt = PAR_parse_stmt(tdbb, csb);
|
||||
PAR_parse_stmt(tdbb, csb);
|
||||
}
|
||||
|
||||
BoolExprNode* expr = PAR_parse_boolean(tdbb, csb);
|
||||
|
Loading…
Reference in New Issue
Block a user