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

Don't drop additional attributes in unique validation rule #152

Closed
wants to merge 2 commits into from
Closed

Don't drop additional attributes in unique validation rule #152

wants to merge 2 commits into from

Conversation

tobias-kuendig
Copy link
Member

Unique validation rules that have additional attributes (idColumn or where) were only working as expected when creating entries. If a entry existed, these additional attributes got dumped during processing.

# Example Rule 
unique:table,column,key,id,whereCol,5

# Got truncated to
unique:table,column,key

daftspunk added a commit that referenced this pull request Dec 19, 2015
@daftspunk
Copy link
Member

Merged in 2e9d938
Then overhauled in 077f3e9

Thanks!

@daftspunk daftspunk closed this Dec 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants