Bug #109
Bug on GET_RECORDS when result is null
Status: | New | Start date: | 07/07/2014 | |
---|---|---|---|---|
Priority: | Low | Due 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:
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.