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

Use the hashKey provided in config #53

Merged
merged 1 commit into from
Sep 12, 2018
Merged

Conversation

ollyfg
Copy link
Contributor

@ollyfg ollyfg commented Sep 12, 2018

Earlier versions of this library would perform some actions using the
provided hashKey and others using the default id.

This commit makes the behaviour more consistent, and will always use the
provided hashKey (while still defaulting to id of course!).

Any issues let me know, but I haven't changed much and have tried to follow the style guidelines you've used.

This PR should resolve #35

Earlier versions of this library would perform some actions using the
provided hashKey and others using the default `id`.

This commit makes the behaviour more consistent, and will always use the
provided hashKey (while still defaulting to `id` of course!).
@ca98am79
Copy link
Owner

thanks!

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.

hashKey is only used for table creation, fails for reads/writes
2 participants