changeset 4108:4c2b99d6af6c

Oracle: Added 'FROM DUAL' when selecting new ids from sequences. flys-aft/trunk@3656 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 11 Jan 2012 17:53:32 +0000
parents 96fd7f83adfb
children 8ba11e13ae8a
files flys-aft/ChangeLog flys-aft/src/main/resources/sql/flys-oracle-jdbc-oracledriver.properties
diffstat 2 files changed, 10 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/flys-aft/ChangeLog	Tue Jan 10 16:26:54 2012 +0000
+++ b/flys-aft/ChangeLog	Wed Jan 11 17:53:32 2012 +0000
@@ -1,3 +1,9 @@
+2012-01-11	Sascha L. Teichmann	<sascha.teichmann@inteavtion.de>
+
+	* src/main/resources/sql/flys-oracle-jdbc-oracledriver.properties:
+	  Added 'FROM DUAL' clause when selecting new ids from sequences.
+	  Sync process between AFT(Oracle) and FLYS(Oracle) is working now!
+
 2012-01-10	Sascha L. Teichmann	<sascha.teichmann@inteavtion.de>
 
 	* src/main/resources/sql/flys-oracle-jdbc-oracledriver.properties: New.
--- a/flys-aft/src/main/resources/sql/flys-oracle-jdbc-oracledriver.properties	Tue Jan 10 16:26:54 2012 +0000
+++ b/flys-aft/src/main/resources/sql/flys-oracle-jdbc-oracledriver.properties	Wed Jan 11 17:53:32 2012 +0000
@@ -1,5 +1,5 @@
-next.gauge.id = SELECT GAUGES_ID_SEQ.NEXTVAL AS gauge_id
-next.timeinterval.id = SELECT TIME_INTERVALS_ID_SEQ.NEXTVAL AS time_interval_id
-next.discharge.id = SELECT DISCHARGE_TABLES_ID_SEQ.NEXTVAL AS discharge_table_id
-next.discharge.table.values.id = SELECT DISCHARGE_TABLE_VALUES_ID_SEQ.NEXTVAL AS discharge_table_values_id
+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
 

http://dive4elements.wald.intevation.org