Mercurial > dive4elements > framework
comparison ChangeLog @ 181:116482169b44
Adapted the sql statements for fetching all collections and all user collections from database.
artifacts/trunk@1407 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 07 Mar 2011 11:10:45 +0000 |
parents | 38fbbeffe8fe |
children | 7eebe707a034 |
comparison
equal
deleted
inserted
replaced
180:38fbbeffe8fe | 181:116482169b44 |
---|---|
1 2011-03-07 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifact-database/src/main/resources/sql/org-h2-driver.properties: | |
4 Adapted the sql statement to fetch all collections and all user | |
5 collections from database (see rev1399 for more details). | |
6 s/OUTER LEFT/LEFT OUTER/ solves the collection listing problem. | |
7 | |
1 2011-03-06 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 8 2011-03-06 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 9 |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: | 10 * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: |
4 Added code to delete a collection item. Fixed typo in SQL lookup. | 11 Added code to delete a collection item. Fixed typo in SQL lookup. |
5 | 12 |