From f7dc73e4832e494dd47c5cfc0239fa78524524bf Mon Sep 17 00:00:00 2001 From: asfernandes Date: Sat, 25 Sep 2010 20:12:27 +0000 Subject: [PATCH] Fixed CORE-3141 - The last column in a view is returning as a null value even when its not --- src/jrd/cmp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jrd/cmp.cpp b/src/jrd/cmp.cpp index de75d8900b..007a938a4a 100644 --- a/src/jrd/cmp.cpp +++ b/src/jrd/cmp.cpp @@ -3892,7 +3892,7 @@ jrd_nod* CMP_pass1(thread_db* tdbb, CompilerScratch* csb, jrd_nod* node) sub->nod_type != nod_dbkey) { NodeStack stack; - expand_view_nodes(tdbb, csb, stream, stack, nod_dbkey, false); + expand_view_nodes(tdbb, csb, stream, stack, nod_dbkey, true); const UCHAR streamCount = (UCHAR) stack.getCount(); if (streamCount)