comparison geo-backend/ChangeLog @ 278:095486545edf

Made some ChangeLog entries a bit clearer. geo-backend/trunk@336 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Hans Plum <hans.plum@intevation.de>
date Fri, 13 Nov 2009 18:20:10 +0000
parents f304f2f12db4
children 3c38ef20d622
comparison
equal deleted inserted replaced
277:f304f2f12db4 278:095486545edf
1 2009-11-13 Hans Plum <hans@intevation.de>
2
3 * Made some ChangeLog entries a bit clearer.
4
1 2009-11-10 Tim Englich <tim.englich@intevation.de> 5 2009-11-10 Tim Englich <tim.englich@intevation.de>
2 6
3 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/ArcSDEStatement.java (executeQuery): 7 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/ArcSDEStatement.java (executeQuery):
4 Changed the splitting of the Statements for ARCSDE-Transformation. 8 Changed the splitting of the Statements for ARCSDE-Transformation.
5 Now it is possible to use a Select-Statement as an Table. 9 Now it is possible to use a Select-Statement as an Table.
43 Horizontal Cross-Section Outputs. 47 Horizontal Cross-Section Outputs.
44 The Z-Value of an Point was also added to the WKT-Represantation. 48 The Z-Value of an Point was also added to the WKT-Represantation.
45 49
46 2009-10-29 Tim Englich <tim.englich@intevation.de> 50 2009-10-29 Tim Englich <tim.englich@intevation.de>
47 51
52 Issue 45: Defintion of gaps in temporal and spatial data
53
48 * src/main/java/de/intevation/gnv/geobackend/base/DefaultResult.java (getInteger): 54 * src/main/java/de/intevation/gnv/geobackend/base/DefaultResult.java (getInteger):
49 Added Integer-Support for DoubleValues because the ArcSDE does 55 Added Integer-Support for DoubleValues because the ArcSDE does
50 not read values like -1 as Integer-values. issue45 56 not read values like -1 as Integer-values. issue45
51 57
52 2009-10-20 Tim Englich <tim.englich@intevation.de> 58 2009-10-20 Tim Englich <tim.englich@intevation.de>
59
60 Issue 57: Improving memory usage of data objects
53 61
54 * src/main/java/de/intevation/gnv/geobackend/base/query/QueryExecutorBase.java (QueryExecutorBase), 62 * src/main/java/de/intevation/gnv/geobackend/base/query/QueryExecutorBase.java (QueryExecutorBase),
55 src/main/java/de/intevation/gnv/geobackend/base/ResultDescriptor.java (getColumnClassName), 63 src/main/java/de/intevation/gnv/geobackend/base/ResultDescriptor.java (getColumnClassName),
56 src/main/java/de/intevation/gnv/geobackend/base/Result.java, 64 src/main/java/de/intevation/gnv/geobackend/base/Result.java,
57 src/main/java/de/intevation/gnv/geobackend/base/DefaultResultDescriptor.java (serialVersionUID), 65 src/main/java/de/intevation/gnv/geobackend/base/DefaultResultDescriptor.java (serialVersionUID),
92 Added TestQuery with no spatial restriction 100 Added TestQuery with no spatial restriction
93 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/ArcSDEStatement.java (executeQuery): 101 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/ArcSDEStatement.java (executeQuery):
94 Now it is possible to send spatial Quieries without an spatial restriction in the where clause. 102 Now it is possible to send spatial Quieries without an spatial restriction in the where clause.
95 103
96 2009-10-13 Tim Englich <tim.englich@intevation.de> 104 2009-10-13 Tim Englich <tim.englich@intevation.de>
97 105
106 Issue 34: SQL Exception in REST Server when accessing geo-backend
107
98 * src/main/java/de/intevation/gnv/geobackend/sde/connectionpool/ArcSDEPoolableObjectFactory.java (validateObject) Edited: 108 * src/main/java/de/intevation/gnv/geobackend/sde/connectionpool/ArcSDEPoolableObjectFactory.java (validateObject) Edited:
99 Added Tests if the Object is Closed. And add propper instance Tests 109 Added Tests if the Object is Closed. And add propper instance Tests
100 * src/main/java/de/intevation/gnv/geobackend/sde/connectionpool/ArcSDEConnectionPool.java (initialize): 110 * src/main/java/de/intevation/gnv/geobackend/sde/connectionpool/ArcSDEConnectionPool.java (initialize):
101 Added further ConfigurationParameters that could be set in the *.properties-File. 111 Added further ConfigurationParameters that could be set in the *.properties-File.
102 maxWait, maxIdle, minIdle, testOnBorrow, testOnReturn, testWhileIdle, numTestsPerEvictionRun, 112 maxWait, maxIdle, minIdle, testOnBorrow, testOnReturn, testWhileIdle, numTestsPerEvictionRun,
103 timeBetweenEvictionRunsMillis, testWhileIdle 113 timeBetweenEvictionRunsMillis, testWhileIdle
104 * src/test/ressources/ArcSDEConnectionPoolTestCase.properties: 114 * src/test/ressources/ArcSDEConnectionPoolTestCase.properties:
105 Added som Configurationproperties for testing. 115 Added som Configurationproperties for testing.
106 116
107 Issue-34
108 117
109 2009-10-13 Tim Englich <tim.englich@intevation.de> 118 2009-10-13 Tim Englich <tim.englich@intevation.de>
110 * src/test/java/de/intevation/gnv/geobackend/base/query/QueryExecutorTestCase.java (QueryExecutorTestCase): 119 * src/test/java/de/intevation/gnv/geobackend/base/query/QueryExecutorTestCase.java (QueryExecutorTestCase):
111 Changed expected Result of Spatial-Query-TestCase because of Changes to the used Query 120 Changed expected Result of Spatial-Query-TestCase because of Changes to the used Query
112 * src/test/ressources/QueryExecutorTestCase.properties: 121 * src/test/ressources/QueryExecutorTestCase.properties:

http://dive4elements.wald.intevation.org