Opened 4 years ago

Last modified 4 years ago

#2385 closed defect

rasql - results for and,or,xor are not displayed properly — at Initial Version

Reported by: Bang Pham Huu Owned by: Dimitar Misev
Priority: major Milestone: 10.0
Component: rasql Version: 9.8
Keywords: Cc:
Complexity: Medium

Description

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 (0)

Note: See TracTickets for help on using tickets.