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

Cleanup - Fix the attributes that where not filled #9

Closed
BrunoEVCosta opened this issue Jul 3, 2018 · 1 comment
Closed

Cleanup - Fix the attributes that where not filled #9

BrunoEVCosta opened this issue Jul 3, 2018 · 1 comment
Labels

Comments

@BrunoEVCosta
Copy link
Member

If there are multiple records for the same id because of arrays in the results structure retrieved from the DB.

Iteration 1

{
   key: "value"
}

Iteration 1+1

{
   key: ""
}

Iteration n

{
   key: "key"
}

When this happens the values should be removed and leave an empty string "".

Should be done in the cleanup of the retrieved structure.

BrunoEVCosta added a commit that referenced this issue Jul 9, 2019
…r finds null; 2- #9 Corrects many things to ensure that this works well. But still needs more testing before closing this issue; 3- Fix #44 removing _table in model object screwed up things.
@BrunoEVCosta
Copy link
Member Author

The specific problem discussed here was addressed the commit mentioned above

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