Mercurial > dive4elements > framework
comparison ChangeLog @ 317:824051dff018
When loading all artifacts fetch the name of the collections, too.
artifacts/trunk@2453 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 02 Aug 2011 14:05:34 +0000 |
parents | 0ca9b1073ccf |
children | 2ed77f7e1bab |
comparison
equal
deleted
inserted
replaced
316:0ca9b1073ccf | 317:824051dff018 |
---|---|
1 2011-08-02 Sascha L. Teichmann <teichmann@intevation.de> | |
2 | |
3 * artifacts/src/main/java/de/intevation/artifacts/ArtifactDatabase.java: | |
4 Change the ArtifactLoadedCallback interface to take the name of the | |
5 collection, too. | |
6 | |
7 * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: | |
8 Fetches the collection name, too. | |
9 | |
10 * artifact-database/src/main/resources/sql/org-h2-driver.properties, | |
11 artifact-database/src/main/resources/sql/org-postgresql-driver.properties: | |
12 Adjusted SQL statements. | |
13 | |
1 2011-08-02 Sascha L. Teichmann <teichmann@intevation.de> | 14 2011-08-02 Sascha L. Teichmann <teichmann@intevation.de> |
2 | 15 |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/DefaultUser.java: | 16 * artifact-database/src/main/java/de/intevation/artifactdatabase/DefaultUser.java: |
4 Added constructor only with the identifier of the owner. | 17 Added constructor only with the identifier of the owner. |
5 | 18 |