Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 996:f61fe8b561d2
Datacage: delete artifacts at initial scan, too. Fixed problem with writing content of state data.
flys-artifacts/trunk@2432 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sun, 31 Jul 2011 19:47:41 +0000 |
parents | e0df86bc6d31 |
children | 4c82609824c8 |
comparison
equal
deleted
inserted
replaced
995:e0df86bc6d31 | 996:f61fe8b561d2 |
---|---|
1 2011-07-31 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/datacage/Datacage.java: | |
4 Delete the artifacts at before initial scan, too. They are independent | |
5 from users. Fixed problem when writing state data content. | |
6 | |
7 * src/main/resources/datacage-sql/org-h2-driver.properties: Added | |
8 statement to delete the artifacts at initial scan, too. | |
9 | |
10 * src/main/resources/datacage-sql/org-postgresql-driver.properties: | |
11 New. PostgreSQL version of the statements. The database scheme | |
12 is the same as H2. Very useful for debugging. | |
13 | |
1 2011-07-31 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 14 2011-07-31 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 15 |
3 * src/main/java/de/intevation/flys/artifacts/datacage/Datacage.java: | 16 * src/main/java/de/intevation/flys/artifacts/datacage/Datacage.java: |
4 Added kludge for the types of artifact data. They seem to be null | 17 Added kludge for the types of artifact data. They seem to be null |
5 in some circumstances. Needs to be debugged! | 18 in some circumstances. Needs to be debugged! |