Software Release Note for DB version 7.6

(click here for SRN history)

Author: Paul Balm [paul.balm@esa.int]
Date: 20-06-2007
Summary: Fixing various SPR's

Fixed SPRs:

SPR 842 A problem occurred splitting an observation with an unusually large number of points scheduled (more than 1000). The problem was that the split child is supposed to get a start-pointing equal to the last pointing of the split parent, but the start pointing is stored in a column that is only 3 digits wide. The columns for the start pointing, end pointing and last pointing have now been set to a width of 6 digits.
SPR 845 If the status on the source of a Key Programme subscription was modified such, that an automatic change in the status of the subscription should follow, the subscription would not be updated. Example: For a subscription with a single source in validated state. If the source is set to approved, the subscription should be set to a approved automatically. This did not happen due to a missing database trigger. The trigger has now been added.