Mercurial > dive4elements > gnv-client
comparison geo-backend/ChangeLog @ 267:000e00592ba5
Added InnerJoin, Order By and Group By Support to Spatial-Queries
geo-backend/trunk@217 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Wed, 14 Oct 2009 09:28:18 +0000 |
parents | 1530890b28c9 |
children | 71b2f263f036 |
comparison
equal
deleted
inserted
replaced
266:1530890b28c9 | 267:000e00592ba5 |
---|---|
1 2009-10-14 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/test/ressources/QueryExecutorTestCase.properties: | |
4 Changed Test-Query-Statement for Spatial-Queries with INNERJOINS and ORDER BY | |
5 * src/test/java/de/intevation/gnv/geobackend/base/query/QueryExecutorTestCase.java (testSpatialQueryWithoutIntersects): | |
6 Changed expected Result-Size because of Changes in the QueryStatement which is used. | |
7 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/ArcSDEStatement.java (executeQuery): | |
8 Added INNERJOIN, ORDER BY and GROUP BY support to Spatial Queries | |
9 | |
1 2009-10-13 Tim Englich <tim.englich@intevation.de> | 10 2009-10-13 Tim Englich <tim.englich@intevation.de> |
2 | 11 |
3 * src/test/java/de/intevation/gnv/geobackend/base/query/QueryExecutorTestCase.java (testSpatialQueryWithoutIntersects): | 12 * src/test/java/de/intevation/gnv/geobackend/base/query/QueryExecutorTestCase.java (testSpatialQueryWithoutIntersects): |
4 Added an TaesCase for Querying spatial Data without an spatial restriction | 13 Added an TaesCase for Querying spatial Data without an spatial restriction |
5 * src/test/ressources/QueryExecutorTestCase.properties: | 14 * src/test/ressources/QueryExecutorTestCase.properties: |