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

Added check if columns with null values are attempted to be added #23

Merged
merged 6 commits into from
Nov 27, 2012
Merged

Conversation

nadenf
Copy link
Contributor

@nadenf nadenf commented Nov 23, 2012

No description provided.

@nadenf
Copy link
Contributor Author

nadenf commented Nov 23, 2012

public class Goal {
@NoSqlOneToMany
public List cards;
}

Will throw a NullPointerException when saving.
com.alvazan.orm.impl.meta.data.MetaToManyField.translateToColumnImpl(MetaToManyField.java:164

Which is this line in my version of Playorm:
//now process all the existing columns (we can add same entity as many times as we like and it does not get duplicated)
for(PROXY proxy : toBeAdded)

@nadenf
Copy link
Contributor Author

nadenf commented Nov 23, 2012

Note: only take the first commit. Not sure why it pulled in the other changes.

@deanhiller
Copy link
Owner

sorry, was on vacation, should be puling it this week.

easility added a commit that referenced this pull request Nov 27, 2012
Added check if columns with null values are attempted to be added
@easility easility merged commit 1b2b6b3 into deanhiller:master Nov 27, 2012
easility added a commit that referenced this pull request Mar 14, 2013
merging deanhiller with easility
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.

3 participants