Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 169:7929f4144d2f
Bound Apache Commons DBCP with Hibernate.
flys-backend/trunk@1459 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 11 Mar 2011 16:23:42 +0000 |
parents | 86a1bd9cc50e |
children | 88c14d5d45be |
comparison
equal
deleted
inserted
replaced
168:86a1bd9cc50e | 169:7929f4144d2f |
---|---|
1 2011-03-11 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * doc/schema/postgresql-cleanup.sql: Forgot to add. | |
4 | |
5 * src/main/java/de/intevation/flys/App.java: Use | |
6 Apache Commons DBCP as Hibernate connection provide. | |
7 | |
8 * src/main/java/de/intevation/flys/model/River.java: | |
9 Added a constructor with string argument. Set the | |
10 sequence increment to 1 (eat up 100 at a time before). | |
11 | |
12 * pom.xml: Added PostgreSQL 8.4 driver as runtime dependency. | |
13 | |
1 2011-03-11 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 14 2011-03-11 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 15 |
3 * doc/schema/postgresql-cleanup.sql: New. Tear down schema | 16 * doc/schema/postgresql-cleanup.sql: New. Tear down schema |
4 for a postgres database. | 17 for a postgres database. |
5 | 18 |