Mercurial > dive4elements > framework
diff ChangeLog @ 233:16cd059945e5
Removed trailing whitespace.
artifacts/trunk@1638 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sun, 03 Apr 2011 10:45:48 +0000 |
parents | 1ea35226a6de |
children | 23d642319a0b |
line wrap: on
line diff
--- a/ChangeLog Thu Mar 31 17:14:22 2011 +0000 +++ b/ChangeLog Sun Apr 03 10:45:48 2011 +0000 @@ -1,3 +1,16 @@ +2011-04-03 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/**/*.java: Removed trailing whitespace. + +2011-03-31 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/main/java/de/intevation/artifactdatabase/DatabaseCleaner.java: + Removes outdated collections, too. + + * src/main/resources/sql/org-h2-driver.properties, + src/main/resources/sql/org-postgresql-driver.properties: + Added SQL statements to figure out outdated collections. + 2011-03-31 Sascha L. Teichmann <sascha.teichmann@intevation.de> * artifact-database/src/main/java/de/intevation/artifactdatabase/StringUtils.java: @@ -39,7 +52,7 @@ Needs testing! - In PostgreSQL it is done by a trigger written in plpgsql. So don't - forget to the language to the database! + forget to add the language to the database! - In H2 it is done by a trigger written in Java, because H2 does not offer a script level trigger support.