Mercurial > dive4elements > river
view etl/src/main/resources/sql/flys-oracle-jdbc-oracledriver.properties @ 8649:7d86194661c3
(issue1754) Increase m index after adding an interpolated result.
At this point we have added a result for this km of the minuend
by interpolating the corresponding s value. So we can take a
look at the next KM.
Not doing this could lead to duplicated results in this
calculation.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 31 Mar 2015 15:16:12 +0200 |
parents | 5aa05a7a34b7 |
children |
line wrap: on
line source
next.gauge.id = \ SELECT GAUGES_ID_SEQ.NEXTVAL AS gauge_id FROM DUAL next.timeinterval.id = \ SELECT TIME_INTERVALS_ID_SEQ.NEXTVAL AS time_interval_id FROM DUAL next.discharge.id = \ SELECT DISCHARGE_TABLES_ID_SEQ.NEXTVAL AS discharge_table_id FROM DUAL next.discharge.table.values.id = \ SELECT DISCHARGE_TABLE_VALUES_ID_SEQ.NEXTVAL AS discharge_table_values_id FROM DUAL