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

Investigate how secondary indexes are created #17

Closed
linkyndy opened this issue Mar 1, 2015 · 0 comments
Closed

Investigate how secondary indexes are created #17

linkyndy opened this issue Mar 1, 2015 · 0 comments
Labels
Milestone

Comments

@linkyndy
Copy link
Owner

linkyndy commented Mar 1, 2015

In some cases, secondary indexes are created twice for a model. I suspect that indexes for belongs_to relations are created on the wrong table (other instead of model).

After fixing this, tests should be written on FieldHandler with regard to this issue.

@linkyndy linkyndy added the bug label Mar 1, 2015
@linkyndy linkyndy added this to the v0.4.0 milestone Mar 1, 2015
linkyndy added a commit that referenced this issue Mar 1, 2015
Fixed the issue when a secondary index was created on the wrong table
for a belongs_to relation. Added tests to secure this part of code.
@linkyndy linkyndy closed this as completed Mar 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant