Jason Dobry
Jason Dobry
Yeah, things have changed quite a bit. Perhaps I should just extract the parts that are still relevant.
`js-data-sql` would probably just need to override some methods in `js-data-adapter` to make this happen.
I currently have a Schema implementation in js-data 3.0.0-alpha.10 that supports the json-schema.org v4 spec. Should I pull that implementation out of js-data and into js-data-schema?
I think it's a problem with `js-data-http.d.ts`. It's missing the definition for `HttpAdapter#basePath`
I guess the contains operator was added to jsdata, but not to the adapter. On Aug 27, 2015 6:00 PM, "Guten Ye" [email protected] wrote: > I tried > > User.findAll({tags:...
I'm looking forward to your pull request :)
Your rules are executed in the context of the object under test, so in a custom rule you can access other fields for validation that involves multiple fields simultaneously.
You could add the rule to just one of the fields, since you need the rule to run once, not three times.
Needs to be added to the adapter.
Support for `contains`, `|contains`, `notContains` and `|notContains` has been added to 3.x alpha.