You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Challen (JIRA)" <ji...@apache.org> on 2014/07/29 10:21:38 UTC

[jira] [Created] (OLINGO-384) JS- clean up OData V3 types in Utils.js

Challen created OLINGO-384:
------------------------------

             Summary: JS- clean up OData V3 types in Utils.js
                 Key: OLINGO-384
                 URL: https://issues.apache.org/jira/browse/OLINGO-384
             Project: Olingo
          Issue Type: Bug
          Components: odata4-client
    Affects Versions: V4 4.0.0-beta-01
            Reporter: Challen
            Assignee: Challen
             Fix For: V4 4.0.0-beta-01


Utils.js still has V3 codes for types: 
var EDM_DATETIME = EDM + "DateTime";
var EDM_DATETIMEOFFSET = EDM + "DateTimeOffset";
var EDM_DECIMAL = EDM + "Decimal";
var EDM_DOUBLE = EDM + "Double";
var EDM_GUID = EDM + "Guid";
var EDM_INT16 = EDM + "Int16";
var EDM_INT32 = EDM + "Int32";
var EDM_INT64 = EDM + "Int64";
var EDM_SBYTE = EDM + "SByte";
var EDM_SINGLE = EDM + "Single";
var EDM_STRING = EDM + "String";
var EDM_TIME = EDM + "Time";

But V4 has different set of suported types:	Edm.Date, Edm.DateTimeOffset, Edm.Duration,  Edm.Guid, and Edm.TimeOfDay ( http://docs.oasis-open.org/odata/odata-json-format/v4.0/os/odata-json-format-v4.0-os.html#_Toc372793065 )



--
This message was sent by Atlassian JIRA
(v6.2#6252)