#12601 closed defect (fixed)
less-then-or-equal operators fail in dojox.json.query
Reported by: | Sam Foster | Owned by: | Sam Foster |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dojox | Version: | 1.6.0 |
Keywords: | Cc: | Kris Zyp | |
Blocked By: | Blocking: |
Description
A query like $.price >= 1 or $.price <= 1 fails with a syntax error from the eval on the query that gets built up. Fix + test incoming.
Change History (2)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
(In [24198]) Skip appending '=' to >= and <= operators in query method. Fixes #12601