Mercurial > dive4elements > framework
diff 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 |
line wrap: on
line diff
--- a/ChangeLog Thu Mar 03 12:17:27 2011 +0000 +++ b/ChangeLog Thu Mar 03 13:53:55 2011 +0000 @@ -1,3 +1,10 @@ +2011-03-03 Ingo Weinzierl <ingo@intevation.de> + + * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: + Bugfixes while collection creation: Create a Connection object before + setting its attributes and corrected the order of the values inserted + into the SQL statement. + 2011-03-03 Ingo Weinzierl <ingo@intevation.de> * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: