jaydata icon indicating copy to clipboard operation
jaydata copied to clipboard

Notice: this library isn't maintained anymore

Results 100 jaydata issues
Sort by recently updated
recently updated
newest added

Hi, I'm using JayData with OData provider. An I use code generated by jaysvcutil. I have noticed that option withCredentials is not propagated to underlying XMLHttpRequest when requesting data. Code:...

HI, Does your repo is supporting the scenario which I provide edmx/ metadata XML and it will generate service which can answer the calls according to the edm structure ?...

Hey, I'm looking into replacing breeze with jaydata on my project, but i'm struggling with enumerations. I'm using the latest updates from nuget together with oData v4.0. I've generated my...

Pending
odata

The ability to support IsFlags Enums for OData v4 Client Server interaction. https://github.com/jaystack/jaydata/issues/195#issuecomment-313550736 Example MataData: ``` ```

Hi, I've a view where there is a form (category entity) and a list with inline edition (service entity). In my model, I define that Category has a collection of...

The API docs used to be at [jaydata.org/api/](http://jaydata.org/api/), now they are gone.

Thanks for such a great utility first! Unfortunately I cannot find the source here, so there's no way to open a PR for impromevents. Here are some of them: -...

Deal with recursive data types in the model binder config compiler and query builder. If the type is already on the query builder stack, then skip it.

Tested in Jaydata 1.5.10. When have an entity with a decimal value and want to store that to the database (Post or Patch, doesn't matter), there is an error about...

@lazarv or @robesz Can I get some guidance? I have this structure ``` class User { Id: int, Contact: Custom.Namespace.Contact } ``` and I'm trying to do something like ```...