Strabon

log

age author description
2013-01-09 George Garbis [maven-release-plugin] prepare release v3.2.7v3.2.7
2013-01-09 Babis Nikolaou the line length of the ChangeLog file should be 80 except when a link is involved that cannot be broken into pieces
2013-01-09 Konstantina Bereta added temporal features to changelog
2013-01-08 Konstantina Bereta modified GeneralDBSelectQueryOptimizer so that the temporal functions succeeding_period and preceding_period are evaluated only in Java, as they are not supported in temporal postgrestemporals
2013-01-08 Babis Nikolaou to build Strabon using maven version <3.0 include also the following option that disables running of shade plugin: -Dshade.skip
2013-01-08 George Garbis merge with DiffDateTime
2013-01-08 Konstantina Bereta fixed. Now the following temporal constructs: period_intersect, period_union and period_minus are implemented in postgres temporal as welltemporals
2013-01-07 Konstantina Bereta 1 fix (to be continued)temporals
2013-01-07 Konstantina Bereta fixing implementation for temporal constructs in postgres temporal (the respective java implementation has been completed)temporals
2013-01-04 Konstantina Bereta adding two more construct functions..temporals
2013-01-04 Konstantina Bereta fixed issues in procedingPeriod and succeedindPeriod functionstemporals
2013-01-04 Konstantina Bereta added functions:precedingPeriod, SucceedingPeriod, period(constructs a period given 2 dateTime arguments) to be used in the select part of an stSPARQL querytemporals
2013-01-04 Konstantina Bereta Fixed functions: peridUnion, periodIntersection and minusPeriod when used in the select clause of the querytemporals
2013-01-04 Konstantina Bereta renamed beforePeriod functiontemporals
2013-01-04 Konstantina Bereta added cases which are not covered by the jtemporal libarytemporals
2013-01-04 Konstantina Bereta added StrabonTemporalElement class to handle temporal elements (periods and instants in a uniform way). Fixing incompatibilities between the jtemporal and postgres temporal implementations of temporal functionstemporals
2013-01-03 George Garbis fix logging and add comment for example commandDiffDateTime
2013-01-03 George Garbis Background data from httpDiffDateTime
2013-01-03 George Garbis runChain takes hotspots from server and minor changes in comments and printingsDiffDateTime
2013-01-02 Konstantina Bereta Added strabonInstant class. This implements the instant interface of jtemporal. The instant is currently implemented as a GregorianCalendar instance in java,temporals
2013-01-02 Konstantina Bereta 1) forgot to add some files in the previous committemporals
2012-12-24 Kostis Kyzirakos Added an <endpoint-exec> module. This module builds an executable jar file with an embedded Apache Tomcat 7.
2012-12-21 George Garbis endpoint script can handle queries with newlines and commentsDiffDateTime
2012-12-21 George Garbis New version of runChain.shDiffDateTime
2012-12-21 George Garbis Some corrections in queriesDiffDateTime
2012-12-19 George Garbis Rename fileDiffDateTime
2012-12-21 Konstantina Bereta Added four more temporal relation functions:temporals
2012-12-20 Konstantina Bereta renamed temporal functions to comply with the respective functions of Allen's interval algebratemporals
2012-12-20 Konstantina Bereta added "Until Changed support" to the query enginetemporals
2012-12-19 Konstantina Bereta modified again the query engine as follows: Temporal instants are returned as xsd:dateTime values (instead of periods with the same starting and ending points as implemented in Postgres Temporal)temporals