Strabon
changeset 396:f3b936097b91
fixed bug that was causing eu.earthobservatory.runtime.postgis.GeneralTests to fail. Too many refactorings at a time, refucktor the code. The bug was introduced in changeset 368:031c493dd14c
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Thu Jun 28 15:23:41 2012 +0300 (2012-06-28) |
parents | e34f3de6c128 |
children | 9cb1f1314e7b |
files | generaldb/src/main/java/org/openrdf/sail/generaldb/evaluation/GeneralDBEvaluation.java |
line diff
1.1 --- a/generaldb/src/main/java/org/openrdf/sail/generaldb/evaluation/GeneralDBEvaluation.java Thu Jun 28 15:02:52 2012 +0300 1.2 +++ b/generaldb/src/main/java/org/openrdf/sail/generaldb/evaluation/GeneralDBEvaluation.java Thu Jun 28 15:23:41 2012 +0300 1.3 @@ -705,6 +705,11 @@ 1.4 } else { 1.5 info = new GeneralDBSpatialFuncInfo((String) pairs.getKey(), type); 1.6 1.7 + // set increaseIndex to <tt>true</tt> for geometries onlye (see commend below) 1.8 + if (type == ResultType.WKB) { 1.9 + increaseIndex = true; 1.10 + } 1.11 + 1.12 } 1.13 1.14 //constructIndexesAndNames.put((String) pairs.getKey(),index++);