Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 3961:f5912365619c
Adapted the spatial schema for DEMs and the DgmSqlConverter.
flys-backend/trunk@5632 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 08:37:08 +0000 |
parents | 9e4468d50329 |
children | a4930c43b806 |
comparison
equal
deleted
inserted
replaced
3960:9e4468d50329 | 3961:f5912365619c |
---|---|
1 2012-09-28 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/schema/postgresql-spatial.sql, | |
4 doc/schema/oracle-spatial.sql: Changed the type of date columns to | |
5 VARCHAR. This is a quick fix to solve the concatination problem in | |
6 Oracle and PostgreSQL. Both aren't able to concatinate null values. | |
7 So, null values are not valid for those columns. Users can now decide | |
8 to fill these columns with correct values or an empty string. | |
9 | |
10 * src/main/java/de/intevation/flys/utils/DgmSqlConverter.java: Set | |
11 year_from and year_to values to an empty string if no correct value is | |
12 specified. | |
13 | |
1 2012-09-27 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 14 2012-09-27 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 15 |
3 For issue862/1, fix parsing of year field of bed height csvs, | 16 For issue862/1, fix parsing of year field of bed height csvs, |
4 which sometimes contain non-year character. | 17 which sometimes contain non-year character. |
5 | 18 |