Opened 15 years ago

Closed 14 years ago

#12 closed defect (fixed)

asterisk and sdom in rasql

Reported by: asterisk and sdom in rasql Owned by:
Priority: major Milestone: Future
Component: qlparser Version: 8.0
Keywords: asterisk sdom Cc:
Complexity: Medium

Description

select mr[ *:*, *:sdom(a)[1].hi - 1] from mr —not work

Change History (2)

in reply to:  description comment:1 by anonymous, 15 years ago

Replying to asterisk and sdom in rasql:

select mr[ *:*, *:sdom(a)[1].hi - 1] from mr —not work

should be

select mr[ *:*, *:sdom(mr)[1].hi - 1] from mr —not work

although, still not work

comment:2 by cj, 14 years ago

Resolution: fixed
Status: newclosed

The second query "select mr[ *:*, *:sdom(mr)[1].hi - 1] from mr" does work. Closing ticket.

Note: See TracTickets for help on using tickets.