Strabon

log

age author description
2013-07-04 George Garbis Minor changes: fix code about logging
2013-07-04 George Garbis Add TupleQuery result format
2013-06-19 Konstantina Bereta fixed bug that occured sometimes when projecting the valid time of a triple that is a timestamp and takes part in a temporal operation in the filter clause of the querytemporals
2013-06-04 Dimitris Bilidas added xerial sqlite jdbc jar in pomssqlite
2013-06-04 Dimitris Bilidas made sqlite compile with the newest version of Strabonsqlite
2013-06-04 Dimitris Bilidas started adding sqlite database backendsqlite
2013-05-23 Babis Nikolaou made geometries of KML red when rendered using geoXML3
2013-05-22 Babis Nikolaou reverted connection.properties to older version that does not use the well-known password (mercy)
2013-05-22 Babis Nikolaou removed FA appender
2013-05-22 Babis Nikolaou bored of reverting log level to INFO.
2013-05-18 Kallirroi Dogani SPARQLEndpoint Client supports now the update operation (only for strabon endpoint)
2013-05-18 Kallirroi Dogani SPARQL Endpoint Client: store operation supports now named graphs
2013-05-16 Panayiotis Smeros Merge.
2013-05-16 Panayiotis Smeros Updated Changelog.
2013-05-15 Konstantina Bereta updated changelog
2013-05-15 Konstantina Bereta started adding diffTime function. This function performs the difference between two literals of the xsd:time datatype. Currently works in the select clause of the query
2013-05-13 Panayiotis Smeros Removed link to connection.jsp from endpoint.
2013-05-12 Konstantina Bereta Forgot to add file and caused compilation errortemporals
2013-05-10 Konstantina Bereta it seems that if the TemporalJoinOptimizer is called before the spatialJoinOptimizer then the spatial and temporal joins can be executed with both of the orpimizers enables. More tests to be done.temporals
2013-05-10 Konstantina Bereta generalized spatialJoinOptimizer into an abstract class to be extended by the spatial and temporal optimizers respectively. There is a bug when the spatial and temporal optimizer operate on the same time, I have to fix thistemporals
2013-05-10 Konstantina Bereta updated ChangeLogtemporals
2013-05-10 Konstantina Bereta cloned behaviour of the SpatialJoinOptimizer to apply for the temporal case too, in order to avoid the production of cartesian products in temporal joinstemporals
2013-05-10 Kallirroi Dogani SPARQL Endpoint client: added store operation that stores data expressed as string
2013-05-10 Kallirroi Dogani added an important comment for sparql endpoint client
2013-05-10 Kallirroi Dogani added test for store operation of sparql endpoint client
2013-05-10 Kallirroi Dogani SPARQL Endpoint Client supports now the store operation from url. Virtuoso and parliament endpoints are not yet tested.
2013-05-09 Panayiotis Smeros Made jsp pages consistent.
2013-05-09 Konstantina Bereta fixed bug that is encountered when the fourth element of nquads is not a literaltemporals
2013-05-08 Konstantina Bereta merged queryWriting and updateRewriting methods. Now the queryRewriting method exists only, which is for temporal updates and queries. It is now placed in under the "utils" class and not in the runtime.generaldb.Strabon classtemporals
2013-05-08 Konstantina Bereta added "hasValidTime" property of strdf as constant in the vocabulary.temporals
2013-05-08 Konstantina Bereta updated changelogtemporals
2013-05-08 Konstantina Bereta same heretemporals
2013-05-08 Konstantina Bereta moved TemporalConstants to the respective "vocabulary" projecttemporals
2013-05-08 Panayiotis Smeros Reverted some old changes that were trying to fix the kml-visualization bug. Now this is not a bug. We have sextant!
2013-05-08 Konstantina Bereta some temporal tests fail because of a typo in the respective datasets. They should be completed though because some of them return an empty result settemporals
2013-05-08 Konstantina Bereta Forgot to update also the "hasValidTime" graph pattern in the update clause of the query when a temporal constant is encountered in the update clausetemporals
2013-05-08 Konstantina Bereta removed comments and made some tests. "insert [data]" clauses seem to work. UC works in updates as well. But it should be tested in more detail and the rewriting modules should be restructured.temporals
2013-05-08 Konstantina Bereta added HashTable to ensure that the constructed graph variables in the update and select clause that correspond to the same temporal literal are the sametemporals
2013-05-08 Konstantina Bereta misplaced bracket caused bugtemporals
2013-05-07 Konstantina Bereta initial version of the modified rewritter to support temporal updatestemporals
2013-05-01 Konstantina Bereta added utils class that contains method for rewriting update queries that contain quadstemporals
2013-05-04 Kostis Kyzirakos Added some information at the Postgres tuning section of the README file.
2013-05-03 Panayiotis Smeros Removed a test that failed with Jenkins. This happened because strdf:union returns GeometryCollections with a random order of geometries.
2013-05-03 Panayiotis Smeros Added relate query function test (DE-9IM intersection pattern for equality).
2013-05-03 Panayiotis Smeros Added srid-function, default-crs and empty wkt and gml literal test.
2013-05-02 Kallirroi Dogani updated ChangeLog
2013-05-01 Konstantina Bereta updated Changelogtemporals
2013-04-30 Stella Giannakopoulou added tests for strdf:union function
2013-04-30 Stella Giannakopoulou fixed typo
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