8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 09:20:39 +01:00

Correction

This commit is contained in:
asfernandes 2010-09-18 18:18:35 +00:00
parent 477091ebcc
commit ac5f03d17d

View File

@ -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);
}