Mercurial > dive4elements > framework
comparison ChangeLog @ 161:e4a1562dfc21
Bugfixed the collection creation in the Backend.
artifacts/trunk@1386 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 03 Mar 2011 13:53:55 +0000 |
parents | dc687827439f |
children | 4ac91485b4e0 |
comparison
equal
deleted
inserted
replaced
160:dc687827439f | 161:e4a1562dfc21 |
---|---|
1 2011-03-03 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: | |
4 Bugfixes while collection creation: Create a Connection object before | |
5 setting its attributes and corrected the order of the values inserted | |
6 into the SQL statement. | |
7 | |
1 2011-03-03 Ingo Weinzierl <ingo@intevation.de> | 8 2011-03-03 Ingo Weinzierl <ingo@intevation.de> |
2 | 9 |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: | 10 * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: |
4 The roles of users are stored into and loaded from database now. | 11 The roles of users are stored into and loaded from database now. |
5 | 12 |