comparison Changelog @ 38:93edc04f3a10

Added postgresql support. artifacts/trunk@104 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 18 Sep 2009 09:34:14 +0000
parents 3f03aee55c2f
children 075cb3778d71
comparison
equal deleted inserted replaced
37:3f03aee55c2f 38:93edc04f3a10
1 2009-09-18 Sascha L. Teichmann <sascha.teichmann@intevation.de>
2
3 * artifact-database/doc/schema.sql: removed.
4 * artifact-database/doc/schema-h2.sql: re-added here. It is H2 specific.
5
6 * artifact-database/doc/schema-pg.sql: New. Schema for PostgreSQL 8.3 +
7
8 * artifact-database/src/main/resources/sql/org-postgresql-driver.properties: New.
9 SQL statements for PostgreSQL.
10
11 * artifact-database/src/main/java/de/intevation/artifactdatabase/DBConnection.java:
12 XPath expressions to access config were wrong. Added some debug logging.
13
14 * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java:
15 Added some debug logging.
16
17 * artifact-database/pom.xml: Added dependency to postgresql JDBC driver
18
19 * contrib/run.sh: Added postgresql JDBC to CLASSPATH.
20
1 2009-09-16 Tim Englich <tim.englich@intevation.de> 21 2009-09-16 Tim Englich <tim.englich@intevation.de>
2 22
3 * src/main/java/de/intevation/artifactdatabase/rest/ArtifactOutResource.java (represent) Edited: 23 * src/main/java/de/intevation/artifactdatabase/rest/ArtifactOutResource.java (represent) Edited:
4 Switched from Get to Post communication. 24 Switched from Get to Post communication.
5 25
6 2009-09-16 Tim Englich <tim.englich@intevation.de> 26 2009-09-16 Tim Englich <tim.englich@intevation.de>
7 27
8 * src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java (feed) Edited: 28 * src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java (feed) Edited:
9 Bug fixed: Now the method will call the feed Method of the used Artifact instead 29 Bug fixed: Now the method will call the feed Method of the used Artifact instead
10 of the advance Method. 30 of the advance Method.
11 31
12 2009-09-15 Sascha L. Teichmann <sascha.teichmann@intevation.de> 32 2009-09-15 Sascha L. Teichmann <sascha.teichmann@intevation.de>
13 33
14 * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/ArtifactResource.java: 34 * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/ArtifactResource.java:
15 More warning log output in POST case. 35 More warning log output in POST case.
16 36

http://dive4elements.wald.intevation.org