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

Prevent extra records in the store because of id casing #5

Merged
merged 2 commits into from
May 4, 2015

Conversation

jimmay5469
Copy link
Contributor

this.get('store').find('githubUser', 'JiMmAy5469') ends up inserting two records into the store, one with the requested casing on the id (JiMmAy5469), and one with the correct casing returned from GitHub (jimmay5469). This may end up causing problems and should be addressed.

@jimmay5469 jimmay5469 force-pushed the case-insensitive-ids branch from 659aae6 to 9708563 Compare May 4, 2015 12:42
jimmay5469 added a commit that referenced this pull request May 4, 2015
Prevent extra records in the store because of id casing
@jimmay5469 jimmay5469 merged commit b35e3fc into master May 4, 2015
@jimmay5469 jimmay5469 deleted the case-insensitive-ids branch May 4, 2015 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants