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

JayData: 1.1.1 Android: 2.3.4 The first time the application executes fine. But the second time, it throws a javascript error and hangs. We track the error to a database creation...

Pending

If you compare the pages below you see that there a quite a few new globals. `$data`, `ARRAYACCESS`, `C$`, `DECISION` … Is there a way to avoid leaking those into...

We have a first version targetting Northwind online service from Microsoft. check out: http://jsfiddle.net/JayData/mc3x4/

enhancement

Hi, I'm using jaydata v1.5.5 RC + odata v4, but I can't use ``` context.EntityName.include("Relationship").find(id).then(...) ``` In v1.4.0 it worked. Thanks.

I use jaydata 1.5.1 and web api odata v4 and kendo.js module. when I use asKendodatasource() method to create kendo data source there is an issue : kendo.js:550 Uncaught (in...

Hi, I seem to not able to implement a relationship between entities using MongoDB. I hope there will be a fix to oversee this issue. ![image](https://cloud.githubusercontent.com/assets/12211863/15733556/809a46ac-28b9-11e6-9d80-f342c3650f43.png) ## #171

Using jaysvcutil with -m I get the following: ``` (function(mod) { stuff removed... mod($data.generatedContext || ($data.generatedContext = {}), $data); // Plain browser env })(function(exports, $data) { ``` As $data is...

I installed jaysvcutil from npm. I run it on my oData v4 endpoint: `jaysvcutil -m http://localhost:17257/odata/$metadata -n XXX` A JayDataContext.d.ts which shows my context class as this: ``` declare module...

Currently only 'Basic' Authorization headers are supported, using 'appendBasicAuth'. In order to support 'Bearer' authorization for use with OAuth, a new 'appendBearerAuth' method needs to be created, and used where...