Jason Dobry

Results 170 comments of Jason Dobry

Instead of using `httpConfig#baseURL`, I would recommend the following: ```js store.registerAdapter('http2', new DSHttpAdapter({ basePath: `host1/api` })) store.registerAdapter('http', new DSHttpAdapter({ basePath: `host2/api` }), { default: true }); ```

Storing as an integer could work, but I think you'd want them stored as Rethink's native [Time](https://www.rethinkdb.com/docs/dates-and-times/javascript/) type. How does it work for you if you construct your dates with...

That's probably a good approach, one that we should adopt across js-data and all of the adapters.

I'll take a look tonight, but for starters: > This branch has conflicts that must be resolved

If you want to get this up-to-date with master and squash into 1 commit, then I'll merge and rebase v3 so v3 can get support for like/notLike (v3 already has...

Also, remove from this PR your changes to the `dist/` file, thanks!

The querying through relations didn’t make it into js-data-sql 1.x because it didn't quite fit into way the new Base Adapter works. Porting that feature forward is on the roadmap,...

Well, right now they're not available. I can't merge this PR until the conflicts are fixed.