Opened 17 years ago
Closed 17 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 Changed 17 years ago by
comment:2 Changed 17 years ago by
Priority: | major → minor |
---|
comment:3 Changed 17 years ago by
Status: | new → assigned |
---|
comment:4 Changed 17 years ago by
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.