comparison flys-backend/ChangeLog @ 1205:5f1506fc7636

Made import of cross sections work. flys-backend/trunk@2313 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 08 Jul 2011 09:45:48 +0000
parents 22858e7cca79
children c7370734b872
comparison
equal deleted inserted replaced
1204:22858e7cca79 1205:5f1506fc7636
1 2011-07-08 Sascha L. Teichmann <sascha.teichmann@intevation.de>
2
3 * doc/schema/postgresql.sql: Misspelled sequence.
4 To update existing databases:
5
6 DROP SEQUENCE CROSS_SECTION_LINES_SEQ;
7 CREATE SEQUENCE CROSS_SECTION_LINES_ID_SEQ;
8
9 * src/main/java/de/intevation/flys/importer/ImportCrossSection.java:
10 Added some logging because importing is slow.
11
12 * src/main/java/de/intevation/flys/importer/ImportCrossSectionLine.java:
13 Prevent NPE if a cross section line from db has no points.
14
1 2011-07-08 Sascha L. Teichmann <sascha.teichmann@intevation.de> 15 2011-07-08 Sascha L. Teichmann <sascha.teichmann@intevation.de>
2 16
3 Parse all PRFs in all subfolders of a river and store them 17 Parse all PRFs in all subfolders of a river and store them
4 as cross sections into the database. Needs testing! 18 as cross sections into the database. Needs testing!
5 19

http://dive4elements.wald.intevation.org