Mercurial > dive4elements > framework
comparison 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 |
comparison
equal
deleted
inserted
replaced
232:202b6ae2fcad | 233:16cd059945e5 |
---|---|
1 2011-04-03 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/**/*.java: Removed trailing whitespace. | |
4 | |
5 2011-03-31 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
6 | |
7 * src/main/java/de/intevation/artifactdatabase/DatabaseCleaner.java: | |
8 Removes outdated collections, too. | |
9 | |
10 * src/main/resources/sql/org-h2-driver.properties, | |
11 src/main/resources/sql/org-postgresql-driver.properties: | |
12 Added SQL statements to figure out outdated collections. | |
13 | |
1 2011-03-31 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 14 2011-03-31 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 15 |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/StringUtils.java: | 16 * artifact-database/src/main/java/de/intevation/artifactdatabase/StringUtils.java: |
4 Added methods to repeat chars or strings. | 17 Added methods to repeat chars or strings. |
5 | 18 |
37 Added a trigger on artifacts. If an artifact is changed the last_access | 50 Added a trigger on artifacts. If an artifact is changed the last_access |
38 timestamp of the collections in which the artifact is in are updated, too. | 51 timestamp of the collections in which the artifact is in are updated, too. |
39 Needs testing! | 52 Needs testing! |
40 | 53 |
41 - In PostgreSQL it is done by a trigger written in plpgsql. So don't | 54 - In PostgreSQL it is done by a trigger written in plpgsql. So don't |
42 forget to the language to the database! | 55 forget to add the language to the database! |
43 | 56 |
44 - In H2 it is done by a trigger written in Java, because H2 does not | 57 - In H2 it is done by a trigger written in Java, because H2 does not |
45 offer a script level trigger support. | 58 offer a script level trigger support. |
46 | 59 |
47 * artifact-database/src/main/java/de/intevation/artifactdatabase/h2/CollectionAccessUpdateTrigger.java: | 60 * artifact-database/src/main/java/de/intevation/artifactdatabase/h2/CollectionAccessUpdateTrigger.java: |