Opened 18 years ago

Closed 18 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 Nicklas Nordborg, 18 years ago

(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.

comment:2 by Nicklas Nordborg, 18 years ago

Priority: majorminor

comment:3 by Nicklas Nordborg, 18 years ago

Status: newassigned

comment:4 by Nicklas Nordborg, 18 years ago

Resolution: fixed
Status: assignedclosed

(In [2296]) Fixes #247: Postgres needs a filter when the log() function is used

Added filter tab to the plot function. Added more icons.

Note: See TracTickets for help on using tickets.