Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-expression-widget@111966 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-02-12 15:08:03 +00:00
parent 126b86b2e5
commit 0983f4060e
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ public class C_ArithmeticExpression extends C_Expression {
static {
acceptedDataTypes.add(ColumnDataType.Numeric);
acceptedDataTypes.add(ColumnDataType.Integer);
//acceptedDataTypes.add(ColumnDataType.Date);
acceptedDataTypes.add(ColumnDataType.Geometry);
//acceptedDataTypes.add(ColumnDataType.Date); //Date+Date?
//acceptedDataTypes.add(ColumnDataType.Geometry); //Point+Point PostiGIS?
}
public String getReturnedDataType() {