Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX query] Remove arity check for adapter.query #6250

Merged
merged 1 commit into from
Jul 15, 2019
Merged

[BUGFIX query] Remove arity check for adapter.query #6250

merged 1 commit into from
Jul 15, 2019

Conversation

loganrosen
Copy link
Contributor

This addresses the issue described in #6232. The arity check that decides whether to create a record array and pass options to adapter.query when the adapter extends EmberObject.

The solution suggested by @runspired is to remove the arity check completely, so I took a stab at doing that.

This addresses the issue described in #6232. The arity check that decides whether to create a record array and pass options to adapter.query fails when the adapter extends EmberObject.
@runspired runspired merged commit a2bde4a into emberjs:master Jul 15, 2019
pete-the-pete pushed a commit to pete-the-pete/data that referenced this pull request Jul 23, 2019
This addresses the issue described in emberjs#6232. The arity check that decides whether to create a record array and pass options to adapter.query fails when the adapter extends EmberObject.
@loganrosen loganrosen deleted the query-arity branch July 24, 2019 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants