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, is it possible to use a native sqLite cordova plugin with the sqLite Provider? ![image](https://cloud.githubusercontent.com/assets/7533842/20098154/a74e6e10-a5b2-11e6-9ce4-88a28788d9c9.png) like passing the eg. the db object from this: `var db = window.sqlitePlugin.openDatabase({name: "my.db",...

Hi, I'm trying to set up ASP.NET Core and Entity Framework Core with Jaydata, is this supported? I want to be able to expose a database to an Angular 2...

standard configuration paramters begin with $data.defaults

This PR fixes issue #276 A brief summary: During validation of required properties, jaydata does not recognize the empty string `""` as a value and will call `.getDefault()` to create...

Hi, I've used JaySvcUtil to generate the entity model out of my oData service. The description is correct generated. I have multiple string keys for one Entity. A oData call...

I'm having a hard time getting JayData working in a Angular2-application using Webpack as module loader. Is there an example available of how to set up JayData with Webpack?

I have a data model in which there are is more than one level of inheritance. Jaydata 1.5.6 does not populate the data entities correctly. Scenario: Make a simple query...

fixes #151, #152 and #201 - [BowerJson Spec](https://github.com/bower/spec/blob/master/json.md#name) recommends (not enforces) all letters in a package name to be lowercase. The package is already registred as such. - Package Version...

jaysvcutil v0.1.8 from npm does not work in bash ``` $ npm install -g jaysvcutil $ jaysvcutil env: node\r: No such file or directory ``` Removing CR from the file...