Mercurial > dive4elements > river
comparison flys-aft/ChangeLog @ 4075:dbd0b3b1b8b8
Sync each river.
flys-aft/trunk@3419 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 14 Dec 2011 17:53:15 +0000 |
parents | 100c4e0a45e1 |
children | 039413d7e394 |
comparison
equal
deleted
inserted
replaced
4074:100c4e0a45e1 | 4075:dbd0b3b1b8b8 |
---|---|
1 2011-12-14 Sascha L. Teichmann <sascha.teichmann@inteavtion.de> | |
2 | |
3 * src/main/java/de/intevation/db/SymbolicStatement.java: | |
4 Added execute(), executeQuery() & Co. | |
5 | |
6 * src/main/java/de/intevation/aft/IdPair.java: New. Base class | |
7 for id pairs to identify same object in both databases. | |
8 | |
9 * src/main/java/de/intevation/aft/River.java: New. To sync | |
10 the objects of one river. | |
11 | |
12 * src/main/java/de/intevation/aft/Rivers.java: Figure out | |
13 only the rivers which are in both databases and sync them. | |
14 | |
15 * src/main/java/de/intevation/aft/Sync.java: Only pass the | |
16 connected statements to the sync. | |
17 | |
18 * src/main/resources/sql/flys-common.properties: Fixed SQL for | |
19 fetching the rivers. | |
20 | |
21 * pom.xml: Added dependency to PostgreSQL. | |
22 | |
23 * doc/conf.xml: SQLite needs a driver class. | |
24 | |
1 2011-12-13 Sascha L. Teichmann <sascha.teichmann@inteavtion.de> | 25 2011-12-13 Sascha L. Teichmann <sascha.teichmann@inteavtion.de> |
2 | 26 |
3 * src/main/java/de/intevation/db/ConnectionBuilder.java: Removed | 27 * src/main/java/de/intevation/db/ConnectionBuilder.java: Removed |
4 statements here. | 28 statements here. |
5 | 29 |