Mercurial > dive4elements > framework
comparison ChangeLog @ 231:1ea35226a6de
Database cleaner: Ignoring locked artifacts is now done on database level.
artifacts/trunk@1635 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 31 Mar 2011 15:56:50 +0000 |
parents | fbd57d2eeaef |
children | 16cd059945e5 |
comparison
equal
deleted
inserted
replaced
230:fbd57d2eeaef | 231:1ea35226a6de |
---|---|
1 2011-03-31 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/StringUtils.java: | |
4 Added methods to repeat chars or strings. | |
5 | |
6 * artifact-database/src/main/java/de/intevation/artifactdatabase/DatabaseCleaner.java: | |
7 Filtering out locked artifact ids is now done on database level. | |
8 | |
9 * artifact-database/src/main/resources/sql/org-h2-driver.properties, | |
10 artifact-database/src/main/resources/sql/org-postgresql-driver.properties: | |
11 Added $LOCKED_ID$ template for the prepared statements to figure | |
12 out the locked ids. | |
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/DatabaseCleaner.java: | 16 * artifact-database/src/main/java/de/intevation/artifactdatabase/DatabaseCleaner.java: |
4 The cleaner now fetches the explicit set of locked artifact ids from | 17 The cleaner now fetches the explicit set of locked artifact ids from |
5 the artifact database. This is needed for the next step todo: Prevent | 18 the artifact database. This is needed for the next step todo: Prevent |