Opened 11 years ago
Closed 9 years ago
#374 closed enhancement (fixed)
Document pow()/power() function
Reported by: | (none) | Owned by: | Peter Baumann |
---|---|---|---|
Priority: | minor | Milestone: | 9.2 |
Component: | qlparser | Version: | 8.4 |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Medium |
Description
This function is not implemented and is needed for WCPS interface completeness (see #357)
Change History (9)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Milestone: | Future → 8.4.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 by , 10 years ago
Cc: | added |
---|---|
Component: | undecided → qlparser |
Priority: | major → minor |
Reporter: | removed |
Resolution: | fixed |
Status: | closed → reopened |
In standard SQL this function is called POWER, we might reconsider introducing an alias and deprecating pow.
comment:5 by , 9 years ago
Milestone: | 8.4.2 → 9.2 |
---|
comment:6 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | reopened → assigned |
I submitted a patch that introduces an alias POWER.
This still needs to be documented in the QL guide, I find no mention of the pow/power function.
comment:7 by , 9 years ago
Summary: | Pow() function missing in rasdaman → Document pow()/power() function |
---|
comment:9 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Patch submitted