lib/odata/json.js (10 lines): - line 102: metadataContentType = context.contentType.properties["odata.metadata"]; //TODO convert to lower before comparism - line 348: var property = lookupProperty(curType.property,name); //TODO SK add check for parent type - line 514: return; //TODO check what to do if the type is not known e.g. type #GeometryCollection - line 775: //TODO check for navigation resource - line 801: //TODO throw error - line 804: //remove the projected entity from the fragment; TODO decide if we want to store the projected entity - line 866: //TODO throw ERROR - line 870: //TODO ret.name = fragment; - line 891: //TODO throw ERROR invalid type - line 932: //TODO throw ERROr lib/cache.js (2 lines): - line 470: // TODO: Consider returning the local data count instead once allDataLocal flag is set to true. - line 1417: * Options for the data cache, including name, source, pageSize, TODO check doku lib/odata.js (1 line): - line 100: exports.defaultMetadata = []; //TODO check why is the defaultMetadata an Array? and not an Object. lib/odata/batch.js (1 line): - line 36: //TODO var payloadTypeOf = odata.payloadTypeOf;