mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 09:20:39 +01:00
Correction
This commit is contained in:
parent
477091ebcc
commit
ac5f03d17d
@ -302,7 +302,7 @@ DmlNode* ComparativeBoolNode::parse(thread_db* tdbb, MemoryPool& pool, CompilerS
|
||||
if (blrOp == blr_between || blrOp == blr_ansi_like || blrOp == blr_matching2)
|
||||
{
|
||||
if (blrOp == blr_ansi_like)
|
||||
blrOp = blr_like;
|
||||
node->blrOp = blr_like;
|
||||
|
||||
node->arg3 = PAR_parse_node(tdbb, csb, VALUE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user