jaydata
jaydata copied to clipboard
Notice: this library isn't maintained anymore
Hello, I've been trying to use jaydata in a project and right from the get go I have had problems. It feels like I'm fighting an uphill battle and finding...
- [ ] article to update: http://jaydata.org/blog/odata-cookbook-with-jaydata - [ ] create gists snippets from https://github.com/jaystack/odata-v4-client-examples/tree/master/jquery-product-editor - gist example: https://gist.github.com/jaydata/5975739
I am currently using jayData 1.3.1 and typescript 0.9.1. I have a web api service that I have configured for odata. In my typescript that has a filter as follows...
If I have an entity with a simple complex type property, changes to the complex type's properties are not registered as changes to the entity. The same goes for a...
My OData service returns an entity with an array property of complex types. The JSON returned has been validated and confirmed to contain THREE complex types in the array. When...
If I call: `context.MyEntities.single(function(e) { return e.ID == 1 })` then Jaydata calls an oData service with: `/service?$filter=ID eq 1&$top=2` I know the $top=2 is an optimization to test if...
Hi! Thanks for your feedback on stackoverflow! I need an entity inheritance in my project. For clarity, let the model will be something like: (I'm afraid to talk too much...
The conversion of an huge SharePoint 2013 $metadata file with JaySvcUtil was successful (with the usual warnings), but now when I try to load the file I'm getting a `refStorageModel...