Opened 15 years ago
Closed 13 years ago
#14 closed defect (invalid)
scale bug
Reported by: | Owned by: | Dimitar Misev | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | qlparser | Version: | 8.0 |
Keywords: | scale | Cc: | |
Complexity: | Medium |
Description
select scale( mr, 0.5 ) from mr —work
select scale( mr, [ 4, 3 ] ) from mr —work
select scale( mr, [ 0.5, 0.5 ] ) from mr — not work
Change History (3)
comment:1 by , 13 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
it's an invalid example, from the query language manual only a vector of integers is allowed.