Strabon

log

age author description
2013-04-30 Stella Giannakopoulou describe.jsp remembers the format
2013-04-30 Stella Giannakopoulou merge
2013-04-30 Stella Giannakopoulou addresses #38: added download button in describe.jsp
2013-04-29 Panayiotis Smeros Merge.
2013-04-29 Panayiotis Smeros Added Distance Test.
2013-04-29 Panayiotis Smeros Added Query Functions Test.
2013-04-29 Panayiotis Smeros Added Geometry Properties Test.
2013-04-29 Panayiotis Smeros Added Feature Properties Test.
2013-04-29 Panayiotis Smeros Added Geometry Class test.
2013-04-29 Panayiotis Smeros Updated Readme (command to run the tests).
2013-04-29 Stella Giannakopoulou one more test for strdf:distance
2013-04-29 Stella Giannakopoulou added ogc prefix in testsuite/src/test/resources/prefixes
2013-04-29 Konstantina Bereta added a nested query. A set of more complicated queries should be added. This is more important for the temporal component because the rewritting mechanism is subject to testing as well.temporals
2013-04-29 Konstantina Bereta added first set of tests on temporal operations. Please not that a temporally enabled database should be used, extended with the sql script that add the allen functions which are not supported by Postgres temporal.temporals
2013-04-28 Konstantina Bereta same heretemporals
2013-04-28 Konstantina Bereta did some refactoring and moved some queries in separate teststemporals
2013-04-26 Konstantina Bereta added some tests in the test suitetemporals
2013-04-19 Konstantina Bereta removed orig from repotemporals
2013-04-19 Konstantina Bereta minor updated to READMEtemporals
2013-04-29 Babis Nikolaou caught MalformedQueryException in QueryBean so as not to print the exception in the log (it is not a bug)
2013-04-28 Babis Nikolaou caught MalformedQueryException in QueryOp so as not to print the exception
2013-04-28 Kostis Kyzirakos Flipped the default behaviour of a build regarding testing.
2013-04-27 Babis Nikolaou updated ChangeLog
2013-04-27 Babis Nikolaou added <http://postgis.net/ST_Centroid> extension function which is mapped to ST_Centroid(geometry) function of PostGIS (http://postgis.org/docs/ST_Centroid.html)
2013-04-27 Babis Nikolaou updated ChangeLog
2013-04-27 Babis Nikolaou some cleanup; ST_MakeLine works for geometries that are binded at query time, but not for constant geometries given in the select clause of the query (see bug #43)
2013-04-27 Babis Nikolaou added st_makeline ext. function ot GeneralDBNumericExprFactory as well
2013-04-27 Babis Nikolaou added <http://postgis.net/ST_MakeLine> extension function which is mapped to ST_MakeLine(geometry, geometry) function of PostGIS (http://postgis.org/docs/ST_MakeLine.html). It does not work yet, but it is almost complete (it needs some debugging)
2013-04-26 Panayiotis Smeros Merge.
2013-04-26 Panayiotis Smeros Added one more polygon for the ntpp test (had to modify some results files).
2013-04-26 Panayiotis Smeros Added rcc8Ntppi test.
2013-04-26 Panayiotis Smeros Added rcc8Ntpp test.
2013-04-26 Panayiotis Smeros Added rcc8Tpp test.
2013-04-26 Panayiotis Smeros Added rcc8Tppi test.
2013-04-26 Panayiotis Smeros Added rcc8Po test.
2013-04-26 Panayiotis Smeros Added rcc8Ec test.
2013-04-26 Panayiotis Smeros Added rcc8Dc test.
2013-04-26 Panayiotis Smeros Added rcc8Eq test.
2013-04-26 Panayiotis Smeros Added ehInside test.
2013-04-26 Panayiotis Smeros Added ehCoveredBy test.
2013-04-26 Panayiotis Smeros Added ehCovers test.
2013-04-26 Panayiotis Smeros Added ehOverlap test.
2013-04-26 Panayiotis Smeros Added ehMeet test.
2013-04-26 Panayiotis Smeros ehContains has different results from sfContains (that's not wrong).
2013-04-26 Panayiotis Smeros Added ehContains test.
2013-04-26 Panayiotis Smeros Added ehEquals and ehDisjoint test.
2013-04-26 Panayiotis Smeros Added sfOverlaps test.
2013-04-26 Panayiotis Smeros Added sfContains test.
2013-04-26 Panayiotis Smeros Added sfWithin test.
2013-04-26 Panayiotis Smeros Added sfCrosses test.
2013-04-26 Panayiotis Smeros Added sfTouches test.
2013-04-26 Panayiotis Smeros Added sfIntersects test.
2013-04-26 Panayiotis Smeros Changed test dataset and expected results.
2013-04-26 Panayiotis Smeros Added sfDisjoint test.
2013-04-26 Panayiotis Smeros Added sfEquals test.
2013-04-26 Babis Nikolaou merge with default
2013-04-26 Babis Nikolaou added UnsupportedExtensionFunctionException (just extends QueryEvaluationException) which is thrown in GeneralDBEvaluation when no extension function is found. Added also a catch case for this kind of exceptions in monetdb.QueryOp and postgis.QueryOp. Afterall, we should not throw any exceptions to the end-user. An ERROR is sufficient enough. Exceptions should only be thrown only in cases of bugs.
2013-04-25 Panayiotis Smeros Started Simple Features' spatial relations tests.
2013-04-25 Panayiotis Smeros Added Geosparql Feature test.
2013-04-25 Panayiotis Smeros Removed duplicate prefixes from test queries.