Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 1232:3383e042a655
Reverted the default db dialect back PostgreSQL.
flys-backend/trunk@2517 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 22 Aug 2011 09:31:59 +0000 |
parents | 22eea1c9e907 |
children | 5a3109b8475f |
comparison
equal
deleted
inserted
replaced
1231:22eea1c9e907 | 1232:3383e042a655 |
---|---|
1 2011-08-22 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/backend/SessionFactoryProvider.java: | |
4 Reverted the default db dialect to PostgreSQL - this has been changed to | |
5 PostGIS by accident. | |
6 Configure the dialect "org.hibernatespatial.postgis.PostgisDialect" to | |
7 use the PostGIS stuff. | |
8 | |
1 2011-08-22 Ingo Weinzierl <ingo@intevation.de> | 9 2011-08-22 Ingo Weinzierl <ingo@intevation.de> |
2 | 10 |
3 * src/main/java/de/intevation/flys/model/RiverAxis.java: Added a function | 11 * src/main/java/de/intevation/flys/model/RiverAxis.java: Added a function |
4 that returns the RiverAxis for a given River. | 12 that returns the RiverAxis for a given River. |
5 | 13 |