Bug #109

Bug on GET_RECORDS when result is null

Added by Lionel Martin almost 10 years ago.

Status:NewStart date:07/07/2014
Priority:LowDue date:
Assignee:-% Done:

0%

Category:-
Target version:-
Operating System:Any Tested:No
Version:3.05

Description

We have a table t1 with 2 columns ID and VALUE.
Let's say that t1 contains the following values:
  • ID1, value1
  • ID2, <null>

The value associated to ID2 is the null value.
When we execute the following query: SELECT VALUE FROM t1 WHERE ID='ID2'
the query_result returns 1 row.

But when we do a QUERY:GET_RECORDS, the returned table contains 0 row, instead of containing 1 row which is empty.

Also available in: Atom PDF