Mercurial > dive4elements > framework
comparison ChangeLog @ 184:a22b7e367b25
Added Backend code to list the collection items in a collection.
artifacts/trunk@1410 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 07 Mar 2011 11:37:49 +0000 |
parents | 9b8923043a38 |
children | afd5945ff8d1 |
comparison
equal
deleted
inserted
replaced
183:9b8923043a38 | 184:a22b7e367b25 |
---|---|
1 2011-03-07 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: | |
4 Added code to list the collection items in a collection. | |
5 | |
6 * artifact-database/src/main/resources/sql/org-h2-driver.properties, | |
7 artifact-database/src/main/resources/sql/org-postgresql-driver.properties: | |
8 Added SQL statements to list the collection item | |
9 via a given collection uuid. | |
10 | |
1 2011-03-07 Ingo Weinzierl <ingo@intevation.de> | 11 2011-03-07 Ingo Weinzierl <ingo@intevation.de> |
2 | 12 |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: | 13 * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: |
4 Repaired the namespaces of attributes in the xml documents created in | 14 Repaired the namespaces of attributes in the xml documents created in |
5 the collection context. | 15 the collection context. |