Opened 4 years ago
Closed 4 years ago
#2385 closed defect (invalid)
rasql - results for and,or,xor are not displayed properly
Reported by: | Bang Pham Huu | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | rasql | Version: | 9.8 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description (last modified by )
This works to display f
:
rasql -q 'select false' --out string Query result collection has 1 element(s): Result element 1: f
This doesn't show f
:
rasql -q 'select <[0:0] true> and <[0:0] false>' --out string Query result collection has 1 element(s): Result object 1: rasql done.
This doesn't show t
:
rasql -q 'select <[0:0] true> or <[0:0] true>' --out string Query result collection has 1 element(s): Result object 1:
Change History (1)
comment:1 by , 4 years ago
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Because 2 and 3 are arrays, not scalars. You need to encode to json for example.