Opened 19 years ago
Closed 19 years ago
#247 closed defect (fixed)
Postgres needs a filter when the log() function is used
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.0 RC2 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
In contrast to MySQL which ignores the log of negative values, Postgres throws an exception. This makes it impossible to generate overview plots, etc. unless negative values are first filtered out.
Change History (4)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Priority: | major → minor |
---|
comment:3 by , 19 years ago
Status: | new → assigned |
---|
comment:4 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [2291]) References #247: Postgres needs a filter when the log() function is used
Adds a filter parameter to the plot servlet which is used by the overview plot functions. However, we also need a way to filter in the regular plot function.