Jason Dobry

Results 170 comments of Jason Dobry

Okay, good luck 😃 . The relation code is by far the source of the most complexity in js-data. I agree that the `defineMapper` method in `DataStore` is monstrous. I...

Awesome! Your contributions are greatly appreciated 👏

The v3 relations tutorial page is currently a todo: http://www.js-data.io/v3.0/docs/relations

Where specifically in the code are you looking? On Sun, May 22, 2016, 1:29 PM Sergii Stotskyi [email protected] wrote: > @jmdobry https://github.com/jmdobry I'd like to clarify few points if >...

It's carried over from v2. In some cases the structure of the relation is different than what JSData expects, so the dev can define a custom `add` method in their...

`create` and `createMany` allow you to create and save records of multiple resource types in a single call. Imagine `foo` type belongs to `bar` type, you _could_ do: ``` js...

Yep, it's to satisfy the foreign key dependency graph

I personally have never written a geo-spatial query, and I know nothing about how they work or what, if any, common practices/syntaxes/implementations exist. Since js-data-sql is not 1.0 yet, it...

Hmm, I'll have to dig into that test. In that instance, the user doesn't ever actually have any references to its comments, because it's the comments that each have a...

I don't follow, the user and comments in your test don't use the `approvedBy` or `approvedByUser` fields.