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

Hello, I have been trying to send a service operation which contains '+' as part of one of the parameters. Figured it would be probably due to escaping, so I...

Pending
odata

I get this error when trying to pass the string array into a oData function. (This is almost similar to issue #91) (About the project: WebAPI OData v3, Jaydata v1.3.6)...

jaysvcutil

Maybe I'm just missing something, but I can't seem to find a way to use the OData "toLower()" function in a filter expression. Are there any plans to support this...

feature
mongodb

Shouldn't bower.json version field be 1.3.6? seems like it's different from the release version.

feature
build

Hi, here is what I am trying to do but having no luck. I would like to create an OData service that exposes data from a MongoDB collection. But the...

jaydata-server

I am using the current kendo UI version 2014.2.903 and JayData 1.3.6 When using the filters from kendo UI grid the following bugs occur 1. the value of the second...

bug
Pending
odata
kendo

Followed the instructions given in the link and setup an OData endpoint.http://jaydata.org/blog/install-your-own-odata-server-with-nodejs-and-mongodb./test and /test/$metadata works fine.But when I try to access collection I receive following error. ![image](https://cloud.githubusercontent.com/assets/11577716/7878034/2d8313f4-0597-11e5-980a-36fed968862f.png)

Pending
jaydata-server

If an entity has multiple key properties it cannot be refresh()ed. An error is reported: Property not found!: Parameter 'key_param_2' not found in context. This boils down to this function:...

bug

When using odata, it is impossible to update a key field. The URL is constructed based on the current values in the entity, so if one of the key fields...

bug
odata